# Basics

- [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.


---

# 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.iftrue.co/getting-started/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.
