> For the complete documentation index, see [llms.txt](https://help.reletter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reletter.com/share-a-list-with-your-team.md).

# How to share a list with your team

Collaborating on a list with your team can be very powerful. First click on the *Lists* button at the top of any page to access your lists. Click on the list that you created to open it up.

![](/files/EbEXQCzYAWlAHEoiomYX)

Click on the *Share* button to see your sharing options:

![](/files/DeU4gXjaPQQnl9ON2XNr)

Clicking on one of your team members will share the list with them. They will now be able to add and remove newsletters from the list too.

![](/files/Fo2wRSG5z8uGtj2fqLvQ)

{% content-ref url="/pages/-MTJX\_AwpRmH\_gUTP-Af" %}
[How to add or remove team members](/how-to-add-and-remove-team-members.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MTJX7Az4AWrFjG8N52b" %}
[How to share a list externally](/share-a-list-externally.md)
{% endcontent-ref %}


---

# 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.reletter.com/share-a-list-with-your-team.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.
