> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/synthetic-monitoring-overview/getting-started-with-asm/creating-a-new-check.md).

# Creating A New Check

Checks are the primary means of performing monitoring within ASM. To create a new check, click the “New Check +” button in the top ASM menu bar:

You will be brought to the “Create New Check” page:

From here, you can select the type of check you wish to set up. There is also a dedicated page for each individual check type under the main “Check Types” page.

Click on the icon corresponding to the check you wish to create to enter the New Check Wizard. Refer to this article’s subpages for more detailed instructions on creating individual check types.

Not every check type will be available by default. If you don’t see a check type which is listed in on the “Check Types” on the “Create New Check” page, contact your TAM or [Support](mailto:support@apica.io).

After the **New Check** wizard has been completed, the finished check is opened in Edit mode.


---

# 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://docs.apica.io/platform-docs/synthetic-monitoring-overview/getting-started-with-asm/creating-a-new-check.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.
