# Test ID from Akto test

1. Go to Akto Dashboard
2. Navigate to Testing > Results in the left sidebar
3. Find your test run in the list
4. Copy the test ID from the URL when you click on a specific test
   * The URL format will be: `https://app.akto.io/dashboard/testing/<test-id>`
   * Example: In `https://app.akto.io/dashboard/testing/6640c63bc03e1b7d1808a1d3`, the test ID is `6640c63bc03e1b7d1808a1d3`

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

Note: Each test has a unique ID that you'll need to use in your CI/CD configuration


---

# 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.akto.io/integrations/ci-cd-integrations/how-to/test-id-from-akto-test.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.
