> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/tutorials/guides/how-to-use-shortcuts/how-to-set-up-and-edit-a-shortcut.md).

# How to set up and edit a shortcut

### Setup a shortcut

To set up a shortcut click the <i class="fa-bookmark">:bookmark:</i>-icon as seen in the following examples.

<div><figure><img src="/files/YLlUKDuzjNbzSqrvDXMk" alt=""><figcaption><p>Shortcut on a product</p></figcaption></figure> <figure><img src="/files/AByF2rAtTQDTsbZHVn4G" alt=""><figcaption><p>Shortcut on business rules overview</p></figcaption></figure></div>

This will present you with the "Create shortcut" pop-up that allows for the configuration of the shortcut. Here you can choose to either keep or change the shortcut title and select a folder to place it in.

<figure><img src="/files/EhKQZ3I1tpCcWRBAhKCB" alt=""><figcaption><p>Create shortcut pop-up</p></figcaption></figure>

When selecting a folder you will given the option to create a new folder to place the shortcut at root level.

<figure><img src="/files/kakuaN1zxFusi8ocMPxD" alt=""><figcaption><p>Select folder in create shortcut pop-up</p></figcaption></figure>

To create a new folder, click on the "Create New Folder" option. Here you must enter a name for the new folder. You can then choose to add an existing folder as the parent folder or leave it at the root level.

Once done you then click the "Create"-button, to create the new folder and then add the shortcut by then clicking the "Add shortcut"-button.

<figure><img src="/files/64fTPWuPIRK7mhPIELYE" alt=""><figcaption><p>Create folder in create shortcut pop-up</p></figcaption></figure>

Your shortcuts can be located in the shortcuts overview, accessed by clicking the <i class="fa-bookmark">:bookmark:</i>-icon in the top right corner.<br>

<figure><img src="/files/VzM70tYvyEHszB9N3nmA" alt=""><figcaption><p>Shortcuts overview button</p></figcaption></figure>

This will present you with the shortcuts overview where you can see all the created shortcuts along with the created shortcut folders.

<figure><img src="/files/CBzuZaJv9cHbD60KWTOy" alt=""><figcaption><p>Shortcuts overview</p></figcaption></figure>

From here you can use the created shortcuts to navigate to the specific point they where created.

### Edit a shortcut

To edit a shortcut navigate to the shortcuts overview. From here you can righ click on a shortcut in order to either rename or delete the shortcut.

<figure><img src="/files/2cRbg8KqXw8M1TiK9N7q" alt=""><figcaption><p> Editing a shortcut in shortcuts overview</p></figcaption></figure>

The same can be done with a folder. By right clicking on a folder you will be given the option to rename, delete or create a sub folder. If you delete a folder all shortcuts within will also be deleted.

<figure><img src="/files/xkRHg7Bn5iqA8A3kEQci" alt=""><figcaption><p>Editing a folder in shortcuts overview</p></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://docs.struct.com/tutorials/guides/how-to-use-shortcuts/how-to-set-up-and-edit-a-shortcut.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.
