> For the complete documentation index, see [llms.txt](https://docs.telm.ai/telmai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.telm.ai/telmai/connect-to-data/triggering-scans.md).

# Triggering Scans

#### Trigger job using Telmai UI <a href="#trigger-job-using-telmai-ui" id="trigger-job-using-telmai-ui"></a>

1. Navigate to **Assets** page
2. Click the 3 dot options tab for the corresponding data source
3. A window will be prompted, navigate to Scan->Data

<div><figure><img src="/files/DEPAqsYAh0Sft1XOUhxh" alt="" width="233"><figcaption></figcaption></figure> <figure><img src="/files/tv34V6BmM6eJ9gVlZl2a" alt="" width="375"><figcaption></figcaption></figure></div>

#### Trigger job using Telmai API <a href="#trigger-job-using-telmai-api" id="trigger-job-using-telmai-api"></a>

Please refer to the [Upload Data API](/telmai/api-reference/upload-data-api.md) documentation.

#### Scheduling Scans <a href="#scheduling-scans" id="scheduling-scans"></a>

To schedule a scan, click on the **“Add Schedule”** option in the context menu and complete the form. Once created, the scan will automatically run at the specified time.

<figure><img src="/files/XpprKJAf1h8LrBz7CAPo" alt=""><figcaption></figcaption></figure>

Scans can be scheduled or run on demand. You can trigger a scan at any time using the UI or API.

<figure><img src="/files/mSsICyt6VcuIhy2ZsCXO" alt="" width="452"><figcaption></figcaption></figure>


---

# 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.telm.ai/telmai/connect-to-data/triggering-scans.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.
