> For the complete documentation index, see [llms.txt](https://docs.fidentity.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fidentity.ch/use-cases/simpleident/system-urls.md).

# System URLs

The following page lists the system URLs relevant for SimpleIdent. **The callback URL is triggered after the process is completed and includes the extID of the corresponding process in the request body. Once the process is finished, the user is redirected to the specified redirect URL.**

{% hint style="info" %}
Please note that the relevant system URLs and their behavior differ from those of the QES use case.
{% endhint %}

## SystemUrls <a href="#systemurls" id="systemurls"></a>

<table><thead><tr><th>State</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>started</td><td>This state occurs as soon as the user clicks on the link for identification and initiates the process.</td><td></td></tr><tr><td>error</td><td>User failed the process</td><td></td></tr><tr><td>sucess</td><td>Process succeeded</td><td></td></tr><tr><td>warn</td><td>User completed the process but did not achieve a sufficient score.</td><td></td></tr><tr><td>abort</td><td>This state occurs when the user prematurely ends the identification process by closing the process (by clicking "abort" (X)).</td><td></td></tr><tr><td>session-expired</td><td>This status indicates processes where the session duration has expired. It occurs four hours after the process was initiated (while in the 'Started' status) or after the third click on the URL (one time token).</td><td></td></tr></tbody></table>

### &#x20;<a href="#what-data-is-passed-in-the-callback" id="what-data-is-passed-in-the-callback"></a>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.fidentity.ch/use-cases/simpleident/system-urls.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
