> For the complete documentation index, see [llms.txt](https://emory.gitbook.io/nlp-essentials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emory.gitbook.io/nlp-essentials/projects/team-formation.md).

# Team Formation

Following our [Project Ideas](broken://pages/MppuASXreHgkxB7CftHD) submissions and [Speed Dating](/nlp-essentials/projects/speed-dating.md) session, it is time to form your project teams. Each team will consist of 3-4 members.

## Formation

1. Review project ideas from your classmates. Consider which projects align with your interests and skills.
2. Reflect on your interactions during the speed dating session. Think about:
   * Who shared complementary skills to yours?
   * Which classmates did you communicate well with?
   * Whose working style seemed compatible with yours?

## Submission

Connect with your classmates to discuss potential collaboration. Once you have formed a complete team of 3-4 members, submit your team composition to Canvas: `[People] > [Teams #]`.

* Contact the instructor if you want to form a team of 5 members. While teams of 3-4 are preferred to prevent free riding, exceptions may be considered with justification.
* If you're having difficulty finding a team, please reach out to the instructor at least a week before the deadline.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emory.gitbook.io/nlp-essentials/projects/team-formation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
