> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeroagent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Gitlab

> DevSecOps platform that enables teams to collaborate, develop, test, and deploy software efficiently

## Supported Actions

The following table outlines the supported actions and example prompts for our Typeform integration:

1. ### Project Management

| Action                   | Description                                                    | Example Prompt              |
| :----------------------- | :------------------------------------------------------------- | :-------------------------- |
| **Find project by name** | Search for a project by its name.                              | `Find 'my-project' project` |
| **Search in project**    | Search for specific content (commits, issues) within a project | `Search in project`         |

2. ### Repository Management

| Action                      | Description                                    | Example Prompt                                     |
| :-------------------------- | :--------------------------------------------- | :------------------------------------------------- |
| **Get repository branches** | Retrieve a list of branches in the repository. | `List repository branches in 'my-project' project` |
| **Create merge request**    | Create a new merge request for code review.    | `Create merge request in 'my-project'`             |

3. ### Deploy Management

| Action                 | Description                                     | Example Prompt                           |
| :--------------------- | :---------------------------------------------- | :--------------------------------------- |
| **Get pipelines**      | Retrieve a list of pipelines in the project     | `List pipelines in 'my-project' project` |
| **List environments**  | Retrieve a list of environments in the project. | `List environments in 'my-project'`      |
| **Create environment** | Create a new environment for deployment.        | `Create environments in 'my-project'`    |

3. ### Issue Management

| Action           | Description                                   | Example Prompt                                             |
| :--------------- | :-------------------------------------------- | :--------------------------------------------------------- |
| **Create issue** | Create a new issue for tracking bugs or tasks | `Create new 'fix:api error' issue in 'my-project' project` |
