> For the complete documentation index, see [llms.txt](https://help.usehaystack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.usehaystack.io/setup/teams/map-members.md).

# Map members

Bring all your teams work in once place to identify risks, blockers & much more by linking your team members on Haystack

To make sure you team members are linked correctly, follow the below steps

**1. Head to** [**Team settings**](https://dash.usehaystack.io/hub/settings) **from the left sidebar**

<figure><img src="https://downloads.intercomcdn.com/i/o/923709584/2dc504c1dc1a155767d6d8f9/Screenshot+2024-01-03+at+6.22.33%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**2. Select members**

<figure><img src="https://downloads.intercomcdn.com/i/o/923710614/424ec8b6d2c416bcb2713aaf/Screenshot+2024-01-03+at+6.23.45%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**3. Map members**

For each member, make sure a Git acccount & Slack account is selected. If you are not able to find the matching Git account for the JIRA team member, please make sure the Git repository with the member is integrated with Haystack

## FAQ <a href="#h_2f967536f7" id="h_2f967536f7"></a>

<details>

<summary>Not able to find Git members?</summary>

Please ensure the repository is already integrated with Haystack.&#x20;

</details>

<details>

<summary>Not able to find Slack members?</summary>

If you are unable to find Slack members, please integrate Slack first by following the steps [here](/setup/integrations/slack.md)

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.usehaystack.io/setup/teams/map-members.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
