> For the complete documentation index, see [llms.txt](https://docs.overleaf.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overleaf.com/groups/readme.md).

# Welcome

{% hint style="info" %}
**Not an admin?** If you're an Overleaf user, not an admin, you can find help in our [User docs](https://docs.overleaf.com/).
{% endhint %}

## Standard vs. Pro

Overleaf has two different plans for groups: Standard and Pro. In this documentation, wherever a feature is only available on Group Pro, you'll see a "Pro"<img src="/files/7AJ8xaLGVtn7QI0mwN8O" alt="" data-size="line"> icon to indicate this.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Standard</strong></td><td>For teams and small departments. Premium features for all group members, including Standard Overleaf AI, real-time track changes, project history, and much more.</td><td><a href="/files/YPFr75poM9JlDwIGcU9k">/files/YPFr75poM9JlDwIGcU9k</a></td></tr><tr><td><strong>Pro</strong></td><td><p>All the benefits of our Standard plan, plus:</p><ul><li>Single Sign On (SSO)</li><li>Managed User Accounts</li><li>Unlimited collaborators per project</li><li>Max Overleaf AI</li></ul></td><td><a href="/files/Rt6t30yEHiJ47pa4iz5M">/files/Rt6t30yEHiJ47pa4iz5M</a></td></tr></tbody></table>

[Find out more about our plans »](https://www.overleaf.com/user/subscription/plans)

## Quick links

{% content-ref url="/pages/lEADy6KeWLaaEznRIS1E" %}
[How to create a group](/groups/getting-started/how-to-create-a-group.md)
{% endcontent-ref %}

{% content-ref url="/pages/NfXnu1M79yWJhf51jX2g" %}
[Renewing a subscription](/groups/subscription-management/renewing-a-subscription.md)
{% endcontent-ref %}

{% content-ref url="/pages/CCygVPPRU8d7e04hZc3D" %}
[FAQs](/groups/troubleshooting-and-support/common-problems-and-how-to-fix-them.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://docs.overleaf.com/groups/readme.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.
