# Embedding actions

> For faster access to your Actions, you can embed the Actions portal or just a specific Action within your desired application or webpage.

For faster access to your Actions, you can embed the Actions portal or just a specific Action within your desired application or webpage.

## Embedding the actions portal

1. Add `embed_` between `https://<accessURL>` and the organization name. The embedded URL should look like the example below:
   ```
   https://<accessURL>/embed_/myorganization/DefaultTenant/actions_
   ```
2. Add `/tasklist/tasks/<task Id>` at the end of the URL. The final URL should look like the example below:
   ```
   https://<accessURL>/embed_/myorganization/DefaultTenant/actions_/tasklist/tasks/11235
   ```

## Embedding a specific action

1. Add `embed_` between `https://<accessURL>` and the organization name. The embedded URL should look like the example below.
   ```
   https://<accessURL>/embed_/myorganization/DefaultTenant/actions_
   ```
2. Add `/current-task/tasks/<task Id>` at the end of the URL. Replace `<task Id>` with the Id of the specific Action that you want to embed. The final URL should look like the example below:
   ```
   https://<accessURL>/embed_/myorganization/DefaultTenant/actions_/current-task/tasks/11236
   ```
