> For the complete documentation index, see [llms.txt](https://quicly.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quicly.gitbook.io/help/url-features/features.md).

# Features

### <mark style="color:purple;">1. Bo</mark><mark style="color:purple;">**okmarking URLs:**</mark>

Bookmarking URLs facilitates quick and easy access to your frequently used links. To bookmark a URL, simply click the bookmark icon located in the top panel of the URL component. Once bookmarked, the URL will be marked with a blue bookmark icon for easy identification

<figure><img src="/files/YiXiryvCS5zzMjolo2O6" alt=""><figcaption><p>Img 1 - Bookmark url</p></figcaption></figure>

<figure><img src="/files/qf9aCnSzdsZ1cGMb1pck" alt=""><figcaption><p>Img 2 -  Bookmarked url indicated with blue bookmark icon</p></figcaption></figure>

{% hint style="info" %}
**Remove bookmark:** To remove the bookmark click on the bookmark icon on the top panel
{% endhint %}

**To access your bookmarked URLs:**

1. Select 'Links' from the sidebar.

<div align="left"><figure><img src="/files/owvFSrROLgklkO2nRFSK" alt="" width="123"><figcaption><p>img 3 - Sidebar - Click Links section</p></figcaption></figure></div>

2. Utilise the second filter and choose 'View Favorites'.

<figure><img src="/files/rkg1EOpOibbRHxmDqWCw" alt=""><figcaption><p>Img 3 - Filter - Select View Favourites</p></figcaption></figure>

<figure><img src="/files/ba2mc8ndsEn0pur4Xnzl" alt=""><figcaption><p>Img 4 - Bookmarked/Favourite urls in your links section</p></figcaption></figure>

### <mark style="color:purple;">**2. Creating QR Codes**</mark>

For generating a QR code for any shortened URL, click on the QR code icon situated in the top panel of the URL component.&#x20;

<figure><img src="/files/aw0WCDFECvLOhPUkCFTt" alt=""><figcaption><p>Img 5 - Create QR Code Icon - Click to create one</p></figcaption></figure>

The generated QR code will then appear to the right of the URL component.&#x20;

<figure><img src="/files/31RcEH64XghNIjnnB3a8" alt=""><figcaption><p>Img 6 - Generated QR code on right</p></figcaption></figure>

<figure><img src="/files/kSp4dD5TpSqVemqB8ztU" alt=""><figcaption><p>img 7 - Generated QR code on right</p></figcaption></figure>

Hover your cursor over the QR code to unveil options, allowing you to download it in either SVG or PNG format.

<figure><img src="/files/aFcjdeGqdv5fAYPqdxE3" alt=""><figcaption><p>Img 8 - Hover over QR code to download svg or png</p></figcaption></figure>

{% hint style="info" %}

#### **Remove QR code:**  To detach a QR Code from one of your URLs, please follow these simple steps:

{% endhint %}

1. Navigate to the URL's panel at the top of the page.
2. Locate the QR code icon associated with the URL from which you wish to remove the QR code.
3. Click on this icon to initiate the removal process for the QR code linked to your selected URL.

Upon clicking, the QR code will be disassociated from the specific URL, effectively removing it from the list of QR-coded links. Use this function to manage and maintain the relevance and organization of your QR codes as your campaign needs evolve.

### <mark style="color:purple;">**3. Deleting URLs:**</mark>&#x20;

To remove a URL, click the delete icon found in the top panel of the URL component. A confirmation alert will appear, asking for your assurance to proceed with the deletion. Upon confirmation, the URL, along with its associated analytics and any generated QR codes, will be permanently deleted from the system.

<figure><img src="/files/gz8ZOHZjTAJNSqOCDNAL" alt=""><figcaption><p>Img 9 - Delete Url</p></figcaption></figure>

<figure><img src="/files/qe5e8lb3G8a82kG5FWBk" alt="" width="375"><figcaption><p>Img 10 - Delete url confirmation</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://quicly.gitbook.io/help/url-features/features.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.
