> 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/learn/review-workflow/summary-checks.md).

# Summary checks

Argos Summary Checks simplify merge decisions with a unified view of commit statuses, enhancing your workflow with configurable, insightful checks.

![Summary status check in GitHub](/files/fb4acba4f0ae2ecca31d4466c76b6a0c6e3dbedb)

They are particularly useful to [setup required status checks before merging](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging) a pull request.

![Required Argos status check in GitHub](/files/b87bbd4cb5e920f6fea5d2709fb859776d134af2)

### Options for Summary Checks

There are three configurations for summary checks:

1. **Add a summary check only if there is more than one build**
   * This is recommended for most projects. It adds a summary check to help you quickly see the combined status of multiple builds.
2. **Always add a summary check**
   * This option is useful if your project conditionally runs builds, such as Argos builds. It ensures that you the summary status check will always be present.
3. **Never add a summary check**
   * Select this if you wish to disable summary checks. This might be preferred if summary checks are not providing additional value to your project's workflow.

Remember, summary checks are an additional layer of status reporting and do not replace individual check statuses.

### Configuring Summary Checks

To configure summary checks for your project, follow these steps:

1. Navigate to the project settings in Argos.
2. Locate the 'Summary Checks' section.
3. Choose the appropriate option based on your project's needs.
4. Click `Save` to apply the changes.

![Configure summary checks in Argos](/files/4c0e603ed775d51224ba76ba7fd134449adaf918)


---

# 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/learn/review-workflow/summary-checks.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.
