> For the complete documentation index, see [llms.txt](https://docs.twostory.com/habit-story-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twostory.com/habit-story-1/getting-started/coaches-vs.-organization-views.md).

# Coaches vs. Organization Views

**Creation Date:** August 8, 2023\
**Created By:** Bryce Murray

Depending on your role, you'll see different tools and options. Here, we'll give you a quick rundown of the two main user types: **Coaches** and **Organization-Level Users**.

***

### Coaches View

*What Coaches Can Do*:

1. **See Two Views**: Coaches can check out both their own view and what organization users see.
2. **Make New Organizations**: Coaches can set up new organizations.
3. **See All Respondents**: Coaches can look at all respondents across different organizations.

{% hint style="info" %}
To invite respondents, coaches need to switch to the organization view.
{% endhint %}

***

### Organization View

*What Organization Users Can Do*:

1. **Work with Projects**: Users here can create and manage projects. When they make a project, they get a special link. When people use this link to take the assessment, they're added to that project.
2. **Move Respondents**: Users can shift respondents between different projects.
3. **Generate Team Reports:** On the project page, a team report can be generated with the respondents of that project.&#x20;
4. **Get Two Reports**: For every respondent, two types of reports come out:
   * **Coach's Report**: A more detailed report.
   * **Respondent Report**: A report focused on the respondent's answers.
5. **Add Team Members**: Users can invite other team members to join them.

***

As you read on, you'll find more details on how to use all these tools and features. Whether you're a coach or someone managing projects and people in an organization, Habit Story has got you covered!


---

# 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://docs.twostory.com/habit-story-1/getting-started/coaches-vs.-organization-views.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.
