# Agency Settings

- [Agency Dashboard](https://docs.stammer.ai/stammer.ai-docs/agency-settings/agency-dashboard.md): An overview of the main dashboard users see when logging into their account.
- [User Permissions](https://docs.stammer.ai/stammer.ai-docs/agency-settings/user-permissions.md)
- [Agency Profile](https://docs.stammer.ai/stammer.ai-docs/agency-settings/agency-profile.md): This is where you add all of your agency's profile information that will be shown to your users.
- [User Access](https://docs.stammer.ai/stammer.ai-docs/agency-settings/user-access.md): Add and view all of your agency level users here.
- [Connect Stripe](https://docs.stammer.ai/stammer.ai-docs/agency-settings/connect-stripe.md): This will show you how to connect Stammer to your Stripe Account.
- [Custom Menu Links](https://docs.stammer.ai/stammer.ai-docs/agency-settings/custom-menu-links.md): Create your own customized menu links. The links created here will be shown on the sidenav bar on your white label version only.
- [Default Prompts](https://docs.stammer.ai/stammer.ai-docs/agency-settings/default-prompts.md)


---

# Agent Instructions: 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.stammer.ai/stammer.ai-docs/agency-settings.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.
