> For the complete documentation index, see [llms.txt](https://help.cymmetri.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cymmetri.io/identity-hub/managing-users-and-groups/delegation/accepting-delegation.md).

# Accepting Delegation

Upon receiving a delegation request, the user is notified via email and within the platform.&#x20;

To view the delegated task the delegatee can go to **Settings->Delegation** to Me to see details about the delegated tasks and the user who has assigned the task

<figure><img src="/files/4aljLskhjibJW8Xji4w8" alt=""><figcaption></figcaption></figure>

The user needs to click on the Accept button to accept the delegation. On clicking the Accept button an Assignee(delegatee) Consent is shown which the users need to read and confirm. The Consent also shows details of the delegator and the duration of the delegation.

<figure><img src="/files/961JuomAFQukwyhZeoOg" alt="" width="440"><figcaption></figcaption></figure>

Once the user accepts the delegation the user sees a login button, to login into cymmetri as the delegator

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

On clicking the login button the delegatee is redirected to the delegator's My Workspace Dashboard.&#x20;

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

The delegatee can access and perform actions on all the applications assigned to them and if any application is excluded during delegation they are not visible to the delegatee.

<figure><img src="/files/jqo9FSSMIABZvdIJEM0l" alt=""><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, and the optional `goal` query parameter:

```
GET https://help.cymmetri.io/identity-hub/managing-users-and-groups/delegation/accepting-delegation.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.
