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

# Your Workspace

- [Create a Workspace](https://docs.airops.com/your-workspace/workspaces.md): Create and manage unique AirOps environments
- [Organizing Your Workspace](https://docs.airops.com/your-workspace/organizing-your-workspace.md)
- [Folders](https://docs.airops.com/your-workspace/folders.md)
- [Settings](https://docs.airops.com/your-workspace/workspaces-1.md): Create and manage unique AirOps environments
- [Billing](https://docs.airops.com/your-workspace/billing.md): Manage your billing preferences
- [Use your own LLM API Keys](https://docs.airops.com/your-workspace/byo-key.md)
- [Secrets](https://docs.airops.com/your-workspace/secrets.md): Centrally store and manage credentials, API keys, and other secrets.
- [Integration Authentications](https://docs.airops.com/your-workspace/authentications.md): Expose integration authentication credentials for use in workflow templates.
- [Okta SSO Configuration](https://docs.airops.com/your-workspace/okta-sso.md): Configure Okta single sign-on for AirOps with OAuth 2.0/OIDC.
- [MCP Connectors](https://docs.airops.com/your-workspace/mcp-connectors.md): Connect external MCP servers to your workspace and give LLM steps access to external tools.
- [Team and Permissions](https://docs.airops.com/your-workspace/team.md): Manage and invite team members


---

# 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.airops.com/your-workspace.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.
