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

# Guides

- [Getting Started](https://docs.devin.fm/guides/getting-started.md)
- [Create an Account](https://docs.devin.fm/guides/getting-started/create-an-account.md): This guide helps you setup your Devin App
- [Connect to Development Server](https://docs.devin.fm/guides/getting-started/connect-to-development-server.md): This guide helps setup the one-time connection between Devin App and Devin Engine.
- [Projects](https://docs.devin.fm/guides/projects.md)
- [Create a Project](https://docs.devin.fm/guides/projects/create-a-project.md)
- [Delete a Project](https://docs.devin.fm/guides/projects/delete-a-project.md)
- [Project Settings](https://docs.devin.fm/guides/projects/project-settings.md)
- [Modules](https://docs.devin.fm/guides/modules.md)
- [Add a Module](https://docs.devin.fm/guides/modules/add-a-module.md)
- [Branch a Module](https://docs.devin.fm/guides/modules/branch-a-module.md)
- [Edit a Module](https://docs.devin.fm/guides/modules/edit-a-module.md)
- [Delete a Module](https://docs.devin.fm/guides/modules/delete-a-module.md)
- [Deployment Environments](https://docs.devin.fm/guides/deployment-environments.md)
- [Connect a Deployment](https://docs.devin.fm/guides/deployment-environments/connect-a-deployment.md)
- [Update a Deployment](https://docs.devin.fm/guides/deployment-environments/update-a-deployment.md): Deploy a Release and Perform a Data Migration.
- [Disconnect Deployment](https://docs.devin.fm/guides/deployment-environments/disconnect-deployment.md)
- [Branches](https://docs.devin.fm/guides/branches.md)
- [Create a Branch](https://docs.devin.fm/guides/branches/create-a-branch.md)
- [Delete a File from a Branch](https://docs.devin.fm/guides/branches/delete-a-file-from-a-branch.md)
- [Delete a Branch](https://docs.devin.fm/guides/branches/delete-a-branch.md)
- [Managing External Data Sources](https://docs.devin.fm/guides/branches/managing-external-data-sources.md): Easily configure multi-file solutions to dynamically use External Data Sources
- [Versions](https://docs.devin.fm/guides/versions.md)
- [Save a Version](https://docs.devin.fm/guides/versions/save-a-version.md)
- [Compare Versions](https://docs.devin.fm/guides/versions/compare-versions.md): Track changes with the built-in XML Analysis API
- [Release a Version](https://docs.devin.fm/guides/versions/release-a-version.md)
- [Delete a Version](https://docs.devin.fm/guides/versions/delete-a-version.md)
- [Tests](https://docs.devin.fm/guides/tests.md)
- [Writing Test Scripts](https://docs.devin.fm/guides/tests/writing-test-scripts.md): Best practices for writing good integration and unit tests
- [Load Test Scripts](https://docs.devin.fm/guides/tests/load-test-scripts.md)
- [Run Test Scripts](https://docs.devin.fm/guides/tests/run-test-scripts.md)
- [Releases](https://docs.devin.fm/guides/releases.md)
- [Create a Release](https://docs.devin.fm/guides/releases/create-a-release.md)
- [Deploy a Release](https://docs.devin.fm/guides/releases/deploy-a-release.md)
- [Servers](https://docs.devin.fm/guides/servers.md)
- [Add a Server](https://docs.devin.fm/guides/servers/add-a-server.md)
- [Change Development Server](https://docs.devin.fm/guides/servers/change-development-server.md)
- [Remove a Server](https://docs.devin.fm/guides/servers/remove-a-server.md)
- [Team](https://docs.devin.fm/guides/team.md)
- [Add Team Member](https://docs.devin.fm/guides/team/add-team-member.md)
- [Remove Team Member](https://docs.devin.fm/guides/team/remove-team-member.md)
- [Manage Subscription](https://docs.devin.fm/guides/team/manage-subscription.md)


---

# 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.devin.fm/guides.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.
