# Basics

- [Organization Setup](https://docs.baz.co/basics/organization-setup.md): To connect Baz to your account, follow these steps.
- [Configure with GitHub](https://docs.baz.co/basics/configure-with-github.md): Integrate Baz with GitHub repos to mirror your team's codebase and review changes.
- [Configure with GitLab](https://docs.baz.co/basics/configure-with-gitlab.md): Integrate Baz with GitLab repos to mirror your team's codebase and review changes.
- [Getting Started](https://docs.baz.co/basics/getting-started.md): Ensure your team makes the most of Baz.
- [Integrations](https://docs.baz.co/basics/integrations.md): Connect your tools to automate tasks like tedious code maintenance, performing deep review for vulnerabilities, triaging bugs in Slack, and investigating Sentry issues.
- [Preview Environments](https://docs.baz.co/basics/integrations/preview-environments.md): How to set up, connect, and use preview environments in Baz
- [Sandbox](https://docs.baz.co/basics/integrations/sandbox.md): How to set up, connect, and use a Sandbox - Baz hosted environment
- [Jira](https://docs.baz.co/basics/integrations/jira.md): Baz’s Jira Integration
- [Linear](https://docs.baz.co/basics/integrations/linear.md): Baz's Linear Integration
- [Datadog](https://docs.baz.co/basics/integrations/datadog.md): Baz can use Datadog as the observability source for the SRE agent.
- [Sentry](https://docs.baz.co/basics/integrations/sentry.md): Baz can use Sentry as the observability source for the SRE agent.
- [Figma](https://docs.baz.co/basics/integrations/figma.md): Baz’s Figma Integration
- [Slack](https://docs.baz.co/basics/integrations/slack.md): Baz's Integration for Slack
- [Monday](https://docs.baz.co/basics/integrations/monday.md): Baz's Monday Integration
- [Shortcut](https://docs.baz.co/basics/integrations/shortcut.md): Baz's Shortcut Integration
- [Azure DevOps - Boards](https://docs.baz.co/basics/integrations/azure-devops-boards.md): Baz's Azure DevOps Boards Integration
- [Youtrack](https://docs.baz.co/basics/integrations/youtrack.md): Baz integration guide for Youtrack
- [Fibery](https://docs.baz.co/basics/integrations/fibery.md): Baz integration guide for Fibery
- [Notion](https://docs.baz.co/basics/integrations/notion.md): Baz's Notion Integration
- [Google Docs](https://docs.baz.co/basics/integrations/google-docs.md): Baz can use Google Docs as a connected documentation source.


---

# 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.baz.co/basics.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.
