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

# Agencies

- [White Label](https://docs.moregoodreviews.com/agencies/white-label.md): Offer reputation programs under your brand with a client portal, domains, roles, and shared outreach pools across projects.
- [Domain Setup](https://docs.moregoodreviews.com/agencies/domain-setup.md): Configure agency domains for email, client portal, widgets, images, and API so white label reputation and review tools stay on brand.
- [Inviting Clients](https://docs.moregoodreviews.com/agencies/inviting-clients.md): Invite portal clients to chosen projects, roles, and sidebar areas for reviews and messaging without full agency controls.
- [Inviting Team Members](https://docs.moregoodreviews.com/agencies/inviting-team-members.md): Invite coworkers as Admin on every client project for reviews, ratings, feedback, and messaging. Separate from Clients with limited access.
- [Restricting Access](https://docs.moregoodreviews.com/agencies/restricting-access.md): Cap outreach and feature limits per client project, narrow sidebar sections and roles, or suspend access when packaging or billing changes.
- [Email Templates](https://docs.moregoodreviews.com/agencies/email-templates.md): White-label portal email copy for invites, review alerts, reports, imports, exports, syncs. Tweak appearance and sender settings.
- [Customization Options](https://docs.moregoodreviews.com/agencies/customization-options.md): Brand client portals with logos, previews, footers, sidebar shortcuts, optional styling panels, and domain cookie switches tied to reviews.
- [API Reference](https://docs.moregoodreviews.com/agencies/api-reference.md): White-label Agency API - secret-key automation, live reference, and workflows for reviews, ratings, feedback, and reputation.
- [Projects](https://docs.moregoodreviews.com/agencies/api-reference/projects.md)
- [Clients](https://docs.moregoodreviews.com/agencies/api-reference/clients.md)
- [Team Members](https://docs.moregoodreviews.com/agencies/api-reference/team-members.md)
- [Sections](https://docs.moregoodreviews.com/agencies/api-reference/sections.md)
- [External Links](https://docs.moregoodreviews.com/agencies/api-reference/external-links.md)
- [MCP Server](https://docs.moregoodreviews.com/agencies/mcp-server.md): Connect assistants to your white-label agency for projects, clients, team members, and portal links.
- [Tools](https://docs.moregoodreviews.com/agencies/mcp-server/tools.md): Every agency MCP tool for projects, clients, team members, sections, and portal sidebar links.
- [Troubleshooting](https://docs.moregoodreviews.com/agencies/mcp-server/troubleshooting.md): Fix agency MCP connection, authorization, missing tools, and scope issues.


---

# 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.moregoodreviews.com/agencies.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.
