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

# Settings

- [General](https://docs.wobby.ai/settings/general.md): Manage your organization's name, logo, and settings
- [Members](https://docs.wobby.ai/settings/members.md): Invite and manage members of your organization
- [Integrations](https://docs.wobby.ai/settings/integrations.md): Connect Slack and Microsoft Teams to your organization
- [Notifications](https://docs.wobby.ai/settings/notifications.md): Configure email and Slack alert notifications for important events in your organization
- [Security](https://docs.wobby.ai/settings/security.md): Manage your password, two-factor authentication, and active sessions
- [Profile](https://docs.wobby.ai/settings/profile.md): Update your profile information, email addresses, and language preferences
- [Billing & Usage](https://docs.wobby.ai/settings/billing.md): View your plan, usage, and billing information
- [Public API](https://docs.wobby.ai/settings/public-api.md): Programmatically access and manage your Actian AI Analyst environment using the Public API.
- [API Keys](https://docs.wobby.ai/settings/public-api/api-keys.md): Create and manage API keys to authenticate requests to the Actian AI Analyst Public API.


---

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