# Settings

- [Account](https://docs.countercyclical.io/fundamentals/settings/account.md): Account-level settings such as general information & preferences, account security, and managing your plan
- [General](https://docs.countercyclical.io/fundamentals/settings/account/general.md): Manage your account-specific information easily
- [Connected Accounts](https://docs.countercyclical.io/fundamentals/settings/account/general/connected-accounts.md): Connect third-party services to Countercyclical.
- [Google Sheets](https://docs.countercyclical.io/fundamentals/settings/account/general/connected-accounts/google-sheets.md): Sync fundamental data directly to Google Sheets.
- [Google Drive](https://docs.countercyclical.io/fundamentals/settings/account/general/connected-accounts/google-drive.md): Connect your Google Drive to search for files in your Command Palette without leaving Countercyclical.
- [Preferences](https://docs.countercyclical.io/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/fundamentals/settings/account/notifications.md): Trigger custom alerts based on certain actions performed on the platform
- [Sessions](https://docs.countercyclical.io/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/fundamentals/settings/account/account-security.md): Add additional layers of security to your account such as MFA or export user-level data from Countercyclical
- [Plans](https://docs.countercyclical.io/fundamentals/settings/account/plans.md): Handle billing for your workspace and all of its associated members.
- [Workspace](https://docs.countercyclical.io/fundamentals/settings/workspace.md): Workspace-level settings such as general information & preferences, advanced settings for your workspace, workspace-level security, and managing your integrations
- [General](https://docs.countercyclical.io/fundamentals/settings/workspace/general.md): Edit and update the details of your workspace at any time.
- [Advanced](https://docs.countercyclical.io/fundamentals/settings/workspace/advanced.md): Find advanced workspace settings below such as access & identity controls, workspace analytics, and developer settings
- [Access](https://docs.countercyclical.io/fundamentals/settings/workspace/advanced/access.md)
- [Identity](https://docs.countercyclical.io/fundamentals/settings/workspace/advanced/identity.md)
- [Appearance](https://docs.countercyclical.io/fundamentals/settings/workspace/advanced/appearance.md)
- [Usage](https://docs.countercyclical.io/fundamentals/settings/workspace/advanced/usage.md)
- [Developers](https://docs.countercyclical.io/fundamentals/settings/workspace/advanced/developers.md): Create API keys and webhooks to build custom logic for your workspace!
- [Permissions](https://docs.countercyclical.io/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/fundamentals/settings/workspace/integrations.md): Workspace-level integrations for building powerful workflows with your favorite tools
- [Workspace Security](https://docs.countercyclical.io/fundamentals/settings/workspace/workspace-security.md)
- [SAML SSO](https://docs.countercyclical.io/fundamentals/settings/workspace/workspace-security/saml-sso.md): Set up a verified domain & allow users with that domain their email address to easily access your workspace.
- [Audit Logs](https://docs.countercyclical.io/fundamentals/settings/workspace/workspace-security/audit-logs.md): Quickly review the actions performed by members within your workspace.
- [About](https://docs.countercyclical.io/fundamentals/settings/workspace/about.md): Learn a bit more about Countercyclical


---

# 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.countercyclical.io/fundamentals/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.
