# Lab Atlas Documentation

## Lab Atlas Documentation

- [Overview](https://docs.labatlas.com/introduction/readme.md): What is Lab Atlas and who is it for?
- [Release Notes](https://docs.labatlas.com/introduction/release-notes.md): What's new in Lab Atlas?
- [Key Concepts](https://docs.labatlas.com/introduction/key-concepts.md): Key concepts for getting the most out of Lab Atlas
- [Choosing the Right Plan](https://docs.labatlas.com/introduction/choosing-the-right-plan.md): Choosing the right version of Lab Atlas
- [Getting Started](https://docs.labatlas.com/managing-your-organization/getting-started.md): Signing into Lab Atlas for the first time and preparing your environment for users
- [Managing Users & Teams](https://docs.labatlas.com/managing-your-organization/managing-users.md): Add and manage users in your organization
- [File Storage](https://docs.labatlas.com/managing-your-organization/storage-folders.md): Managing access to cloud storage
- [Projects](https://docs.labatlas.com/managing-your-organization/projects.md): The foundation for your structured research
- [Assay Types](https://docs.labatlas.com/managing-your-organization/assay-types.md): Customizing assay workflows with Assay Types
- [Third-Party Connectors](https://docs.labatlas.com/managing-your-organization/third-party-connectors.md): Connect the tools you use with Lab Atlas
- [Importing Data From Study Tracker](https://docs.labatlas.com/managing-your-organization/importing-data-from-study-tracker.md): How to migrate your Study Tracker data to Lab Atlas
- [Studies & Assays](https://docs.labatlas.com/using-lab-atlas/studies.md): Creating and working with studies
- [Creating & Updating Studies](https://docs.labatlas.com/using-lab-atlas/studies/creating-studies.md)
- [Working with Studies](https://docs.labatlas.com/using-lab-atlas/studies/working-with-studies.md): So you've created a study...now what?
- [Creating & Updating Assays](https://docs.labatlas.com/using-lab-atlas/studies/assays.md)
- [Study Collections](https://docs.labatlas.com/using-lab-atlas/studies/study-collections.md)
- [File Management](https://docs.labatlas.com/using-lab-atlas/file-manager.md)
- [Tasks](https://docs.labatlas.com/using-lab-atlas/tasks.md)
- [Customizing Your Experience](https://docs.labatlas.com/using-lab-atlas/customizing-your-experience.md)
- [Frequently Asked Questions (FAQ)](https://docs.labatlas.com/using-lab-atlas/frequently-asked-questions.md): Quick answers and guidance for common questions
- [Microsoft 365](https://docs.labatlas.com/integrations/microsoft-azure.md): Enabling file management in SharePoint
- [Amazon Web Services](https://docs.labatlas.com/integrations/amazon-web-services.md): Connecting your Lab Atlas instance with S3
- [Benchling](https://docs.labatlas.com/integrations/benchling.md): Configuring Lab Atlas to use the Benchling ELN.
- [GitLab](https://docs.labatlas.com/integrations/gitlab.md): Using GitLab to create study groups and projects.
- [CDD Vault](https://docs.labatlas.com/integrations/cdd-vault.md): Connecting Lab Atlas to your CDD Vault
- [Getting Started](https://docs.labatlas.com/getting-started.md)
- [REST API Reference](https://docs.labatlas.com/rest-api-reference.md): How to use the Lab Atlas public API
- [MCP Server](https://docs.labatlas.com/mcp-server.md): Connecting AI tools to Lab Atlas using model context protocol (MPC)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.labatlas.com/introduction/readme.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.
