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

# Common Use Cases

Overview of the two main Fortified ID Access use case formats and where to find them.

This section helps the reader navigate the two main types of Fortified ID Access use cases.

The first type is **business-oriented use cases**. These are short, descriptive examples intended to make it easy to relate to common needs, scenarios, and outcomes without going into detailed configuration. Choose these when you want to understand what Fortified ID Access can be used for in practice.

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Common use cases (ENG)</strong><br>Business-oriented Access scenarios in English.</td><td><a href="/access/common-use-cases/common-use-cases.md">Common use cases (ENG)</a></td></tr><tr><td><strong>Common use cases (SWE)</strong><br>Verksamhetsnära scenarier för Access på svenska.</td><td><a href="/access/common-use-cases/common-use-cases-swe.md">Common use cases (SWE)</a></td></tr></tbody></table>

The second type is **hands-on use cases**. These are more implementation-focused and describe how a scenario can be configured in practice. Choose these when you want step-by-step guidance, configuration examples, or a more technical setup-oriented view.

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Hands-on use cases</strong><br>Step-by-step configuration scenarios for Fortified ID Access.</td><td><a href="https://docs.fortifiedid.se/use-cases/fortified-id-access">https://docs.fortifiedid.se/use-cases/fortified-id-access</a></td></tr></tbody></table>


---

# 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.fortifiedid.se/access/common-use-cases.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.
