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

# Projects

- [Manage project members](https://docs.smaq.io/documentation/projects/manage-project-members.md): Invite teammates and clients to a project, set their role, and manage access over time. Role-based access control runs at the project level.
- [Invite team members](https://docs.smaq.io/documentation/projects/manage-project-members/invite-team-members.md): SMAQ is built for teams. Project-level role-based access control lets you bring in teammates, contractors, and clients with the right level of access.
- [Member roles and access](https://docs.smaq.io/documentation/projects/manage-project-members/member-roles-and-access.md)
- [Project settings](https://docs.smaq.io/documentation/projects/project-settings.md): Every project has its own settings — name, branding, report theme, KPI benchmarks, members. This is the index page; pick the tab below for details.
- [Project theme](https://docs.smaq.io/documentation/projects/project-settings/project-theme.md): Brand your dashboards with custom colors, fonts, and a logo. Project themes apply to the in-app dashboard view and public dashboard shares.
- [Report theme](https://docs.smaq.io/documentation/projects/project-settings/report-theme.md): Style the .pptx reports SMAQ generates from your dashboards. Upload a PowerPoint template once; every report inherits the look.
- [KPI benchmarks](https://docs.smaq.io/documentation/projects/project-settings/kpi-benchmarks.md): Define what "good" looks like for your KPIs — benchmark values that SMAQ uses in automation analysis, alerts, and AI recommendations.


---

# 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:

```
GET https://docs.smaq.io/documentation/projects.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.
