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

# Manage

- [Settings](https://docs.fastn.ai/manage/manage.md): Organisation settings, access, credentials and billing.
- [People](https://docs.fastn.ai/manage/people.md): Who can see and change things in this workspace.
- [Roles](https://docs.fastn.ai/manage/roles.md): What each role can do, and how to narrow one.
- [General](https://docs.fastn.ai/manage/general.md): Your organisation and how people join it.
- [API keys](https://docs.fastn.ai/manage/api-keys.md): Programmatic access to your workspace.
- [Secrets](https://docs.fastn.ai/manage/secrets.md): Encrypted values your workflows read at runtime.
- [Configs](https://docs.fastn.ai/manage/configs.md): Values your workflow code reads per environment.
- [Environments and GitHub](https://docs.fastn.ai/manage/environments.md): Deployment stages, and the GitHub review gate in front of them.
- [Database](https://docs.fastn.ai/manage/database.md): Which Postgres your workflows read and write through.
- [SaaS Connectors](https://docs.fastn.ai/manage/saas-connectors.md): Registering your own SaaS API as a connector, and the scopes tenants connect under.
- [Billing and limits](https://docs.fastn.ai/manage/billing.md): Your plan, what you have used, and where the ceilings are.
- [Audit log](https://docs.fastn.ai/manage/audit-log.md): Every action taken in this organisation.
- [Trash](https://docs.fastn.ai/manage/trash.md): Deleted connectors, actions and workflows, kept until you remove them.
- [Your profile](https://docs.fastn.ai/manage/profile.md): Your account and how you sign in. Organisation settings live separately.


---

# 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.fastn.ai/manage.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.
