> For the complete documentation index, see [llms.txt](https://streamsmanager.gitbook.io/streams-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://streamsmanager.gitbook.io/streams-manager/faq.md).

# FAQ

- [How Streams Manager enforces streaming limits?](https://streamsmanager.gitbook.io/streams-manager/faq/how-streams-manager-enforces-streaming-limits.md)
- [How Streams Manager enforces download limits?](https://streamsmanager.gitbook.io/streams-manager/faq/how-streams-manager-enforces-download-limits.md)
- [How Streams Manager enforces transcoding rules?](https://streamsmanager.gitbook.io/streams-manager/faq/how-streams-manager-enforces-transcoding-rules.md)
- [How to use a custom domain?](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-use-a-custom-domain.md)
- [How does Streams Manager know that a user is active or expired?](https://streamsmanager.gitbook.io/streams-manager/faq/how-does-streams-manager-know-that-a-user-is-active-or-expired.md)
- [How to invite a user manually via Streams Manager?](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-invite-a-user-manually-via-streams-manager.md)
- [How to change user’s Plex/Emby/Jellyfin email or username?](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-change-users-plex-emby-jellyfin-email-or-username.md)
- [How to enable two factor (2FA) authentication?](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-enable-two-factor-2fa-authentication.md)
- [How does Streams Manager match payments during transaction sync?](https://streamsmanager.gitbook.io/streams-manager/faq/how-does-streams-manager-match-payments-during-transaction-sync.md)
- [How to mass migrate users from one media server to another?](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-mass-migrate-users-from-one-media-server-to-another.md)
- [What is the flow for a new customer in Streams Manager?](https://streamsmanager.gitbook.io/streams-manager/faq/what-is-the-flow-for-a-new-customer-in-streams-manager.md)
- [What runs and is synchronized on a recurring basis?](https://streamsmanager.gitbook.io/streams-manager/faq/what-runs-and-is-synchronized-on-a-recurring-basis.md)
- [I am seeing notes mentioning credits on the payment edit screen. What is that?](https://streamsmanager.gitbook.io/streams-manager/faq/i-am-seeing-notes-mentioning-credits-on-the-payment-edit-screen.-what-is-that.md)
- [How does Streams Manager select a Plex server to add a user?](https://streamsmanager.gitbook.io/streams-manager/faq/how-does-streams-manager-select-a-plex-server-to-add-a-user.md)
- [How to dedicate a specific server to trials only?](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-dedicate-a-specific-server-to-trials-only.md)
- [Can I switch platforms?](https://streamsmanager.gitbook.io/streams-manager/faq/can-i-switch-platforms.md)
- [How to bulk invite users?](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-bulk-invite-users.md)
- [How to change price of a plan](https://streamsmanager.gitbook.io/streams-manager/faq/how-to-change-price-of-a-plan.md)


---

# 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://streamsmanager.gitbook.io/streams-manager/faq.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.
