# GitHub Checks

GitHub Checks is a powerful feature that helps you monitor and improve the quality of your code by running automated checks on your repositories.&#x20;

By enabling this feature, you can gain better insights into your code’s performance, security, and compliance directly within your GitHub workflow.

### How to Enable the GitHub Checks Feature&#x20;

**Step 1:  Open the SideBar and Access Settings**

* Navigate to the StepSecurity Dashboard
* Open the sidebar and click on Settings

<figure><img src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2025-02-07/ae531cde-20ab-4012-85ad-c863460c0a63/ascreenshot.jpeg?tl_px=0,179&#x26;br_px=2236,1718&#x26;force_format=jpeg&#x26;q=100&#x26;width=1120.0&#x26;wat=1&#x26;wat_opacity=1&#x26;wat_gravity=northwest&#x26;wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/8B5CF6_standard.png&#x26;wat_pad=59,714" alt="StepSecurity dashboard"><figcaption><p>StepSecurity dashboard</p></figcaption></figure>

**Step 2: Select GitHub Check and Enable the Feature**

* Click on GitHub Checks from the settings menu
* Locate the repository you want to enable checks for
* Tick the checkbox to enable the checks feature
* Click Save to apply the changes

<figure><img src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2025-02-07/b9085692-21a0-489d-ae1f-6d75a7877a1f/ascreenshot.jpeg?tl_px=267,227&#x26;br_px=2233,1326&#x26;force_format=jpeg&#x26;q=100&#x26;width=1120.0&#x26;wat=1&#x26;wat_opacity=1&#x26;wat_gravity=northwest&#x26;wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/8B5CF6_standard.png&#x26;wat_pad=1024,38" alt="GitHub Checks Settings"><figcaption><p>GitHub Checks settings</p></figcaption></figure>


---

# 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.stepsecurity.io/settings/github-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.
