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

# Quickstart

By the end of this guide, you will have Argos connected to your CI, your first build uploaded, and a pull request check ready to review.

#### Choose an integration

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Playwright</td><td data-object-fit="contain"><a href="/files/8uP2vzb72SMkgxCocoRE">/files/8uP2vzb72SMkgxCocoRE</a></td><td><a href="/pages/25354052bab4dc611cb5faacd5e902830b5e20d6">/pages/25354052bab4dc611cb5faacd5e902830b5e20d6</a></td></tr><tr><td>Storybook</td><td data-object-fit="contain"><a href="/files/LB8iJlPkGS6hzlqohrpg">/files/LB8iJlPkGS6hzlqohrpg</a></td><td><a href="/pages/398bf497453faea82bf41b6c44fe359820cc533e">/pages/398bf497453faea82bf41b6c44fe359820cc533e</a></td></tr><tr><td>Cypress</td><td data-object-fit="contain"><a href="/files/BXGcR9ixY9GeicISqpQX">/files/BXGcR9ixY9GeicISqpQX</a></td><td><a href="/pages/3fe9fc7f0a0709a80874856b5d0e92776a649bdc">/pages/3fe9fc7f0a0709a80874856b5d0e92776a649bdc</a></td></tr><tr><td>WebdriverIO</td><td data-object-fit="contain"><a href="/files/lo3PAT8JboVAHCX6tFE1">/files/lo3PAT8JboVAHCX6tFE1</a></td><td><a href="/pages/52440c01ea316fa4a0e9a9e160e40503200a6dbb">/pages/52440c01ea316fa4a0e9a9e160e40503200a6dbb</a></td></tr><tr><td>Puppeteer</td><td data-object-fit="contain"><a href="/files/PXG5gTOHwBm6V92ibbNX">/files/PXG5gTOHwBm6V92ibbNX</a></td><td><a href="/pages/9abc4dc0e9a7fbac7e1a346bb9519b7ae7381a09">/pages/9abc4dc0e9a7fbac7e1a346bb9519b7ae7381a09</a></td></tr><tr><td>Any E2E framework</td><td data-object-fit="contain"><a href="/files/koasZc7THNpnvmFU4NJ5">/files/koasZc7THNpnvmFU4NJ5</a></td><td><a href="/pages/cc795ab1ff1a6699e450df594f792b682d516064">/pages/cc795ab1ff1a6699e450df594f792b682d516064</a></td></tr></tbody></table>


---

# 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://argos-ci.com/docs/quickstart.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.
