# Documentation

## Documentation

- [Getting Started](https://docs.iftrue.co/getting-started/basics/getting-started.md)
- [Team Management](https://docs.iftrue.co/getting-started/basics/team-management.md): In this section we will explain the how to adjust settings for your teams in iftrue.
- [DevEx](https://docs.iftrue.co/getting-started/basics/devex.md): Developer experience (DX) refers to the overall experience and satisfaction that software developers have while interacting with a development tool, platform, or environment. It encompasses factors su
- [Surveys Types](https://docs.iftrue.co/getting-started/basics/devex/surveys-types.md): We conducted thorough research and gathered a comprehensive range of surveys designed to pinpoint bottlenecks in your workflows and elevate developer experience.
- [Repository Settings](https://docs.iftrue.co/getting-started/basics/repository-settings.md): In this page we will explain how you can update or set your repository settings.
- [Deployment Tracking With HTTP Request](https://docs.iftrue.co/getting-started/basics/repository-settings/deployment-tracking-with-http-request.md): This endpoint allows you to create a deployment for an organization with specified parameters.
- [FAQ](https://docs.iftrue.co/getting-started/faq.md)
- [Microsoft Teams](https://docs.iftrue.co/getting-started/integrations/microsoft-teams.md)
- [Bitbucket](https://docs.iftrue.co/getting-started/integrations/bitbucket.md)
- [Slack](https://docs.iftrue.co/getting-started/integrations/slack.md)
- [Jira](https://docs.iftrue.co/getting-started/integrations/jira.md)
- [Connect JIRA to iftrue using an API Token](https://docs.iftrue.co/getting-started/integrations/jira/connect-jira-to-iftrue-using-an-api-token.md): You can securely connect your Jira account to iftrue using a personal API token. This allows iftrue to fetch issues, track workflows, and generate insights without requiring your password.
- [Gitlab (self-managed)](https://docs.iftrue.co/getting-started/integrations/gitlab-self-managed.md): This section explain how to integrate iftrue into self managed gitlab instances. If you are looking for the cloud Gitlab, check Gitlab(Cloud) page from the left.
- [Connect GitLab to iftrue using a Personal Access Token](https://docs.iftrue.co/getting-started/integrations/gitlab-self-managed/connect-gitlab-to-iftrue-using-a-personal-access-token.md): You can connect your GitLab account to iftrue using a personal access token. This allows iftrue to securely read repository data, pull requests, and activity insights.
- [Gitlab (Cloud)](https://docs.iftrue.co/getting-started/integrations/gitlab-cloud.md)
- [Github](https://docs.iftrue.co/getting-started/integrations/github.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, 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.iftrue.co/getting-started/basics/getting-started.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.
