> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/lifecycle-management/service-catalog/by-application.md).

# By Application

## Request access by application

Use the **By Application** tab in the Service Catalog to request access to a single application, including its connections and resources, for an identity owner.

1. Navigate to **Access requests** > **Service Catalog**, then open the **By Application** tab. Select the application for which you want to request access.<br>

   <div data-with-frame="true"><figure><img src="/files/RBHsYNt81wmFF5ELUXVX" alt=""><figcaption></figcaption></figure></div>
2. Select the **Requestee**, then choose the connections and resources to **Grant** or **Revoke**. Select the **Access type**:

   * **Permanent** — Grants access until it is manually revoked.
   * **Temporary** — Grants access until the specified **Expiration date**.

   Enter a **Reason** for the request.\ <br>

   <div data-with-frame="true"><figure><img src="/files/vdnJW8ARZu0AOEF4szND" alt=""><figcaption></figcaption></figure></div>
3. On the **Select identities** step, choose the identity that should receive the requested access. If a new identity needs to be provisioned, select **To be created**. If the requestee already has an identity for the application, it is selected automatically.\ <br>

   <div data-with-frame="true"><figure><img src="/files/cE95lu44vKEd41RBogpE" alt=""><figcaption></figcaption></figure></div>

   <div data-with-frame="true"><figure><img src="/files/uA2zOBabF7vc6gsqG6PT" alt=""><figcaption></figcaption></figure></div>
4. Review the details on the **Confirm request** step, then click **Create**.

   The request is submitted for approval. Once approved, the requested access is provisioned automatically.<br>

   <div data-with-frame="true"><figure><img src="/files/FSCrupCJzO1BadysPQAz" alt=""><figcaption></figcaption></figure></div>


---

# 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.balkan.id/lifecycle-management/service-catalog/by-application.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.
