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

# Settings

- [Account](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/account.md)
- [General](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/account/general.md)
- [Preferences](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/account/preferences.md): Manage your account-level preferences to optimize and tailor a workspace that's just for you.
- [Notifications](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/account/notifications.md)
- [Sessions](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/account/sessions.md): Manage all of your logins in one place to see where you're account has been accessed.
- [Account Security](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/account/account-security.md)
- [Plans](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/account/plans.md): Handle billing for your workspace and all of its associated members.
- [Workspace](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace.md)
- [General](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/general.md): Edit and update the details of your workspace at any time.
- [Advanced](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/advanced.md)
- [Access](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/advanced/access.md)
- [Identity](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/advanced/identity.md)
- [Appearance](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/advanced/appearance.md)
- [Usage](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/advanced/usage.md)
- [Developers](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/advanced/developers.md): Create API keys and webhooks to build custom logic for your workspace!
- [Permissions](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/permissions.md): Add members to your workspace and assign them roles, along with adding verified domains to your workspace for ease of joining.
- [Integrations](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/integrations.md)
- [Zapier](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/integrations/zapier.md): Connect thousands of leading business productivity tools right into Countercyclical!
- [Workspace Security](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/workspace-security.md)
- [SAML SSO](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/workspace-security/saml-sso.md)
- [Audit Logs](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/workspace-security/audit-logs.md): Quickly review the actions performed by members within your workspace.
- [About](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings/workspace/about.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://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/fundamentals/settings.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.
