> For the complete documentation index, see [llms.txt](https://docs.codeeqr.com/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codeeqr.com/product-docs/dashboard/dynamic-short-links/create-dynamic-short-links.md).

# Create Dynamic short links

1. [<mark style="color:blue;">Log in</mark>](https://app.codeeqr.com/login) to your account on CodeeQR. If you don't already have an account, you can create one [<mark style="color:blue;">here</mark>](https://app.codeeqr.com/register).
2. Navigate to the Dynamic short links section in your dashboard.
3. Click on the + Create link button to create a new short link.
4. Enter the destination URL (you can change this at any time).
5. Optional: Choose a domain from the dropdown if you have connected a custom domain to CodeeQR.
6. Enter the URL Alias, which is the custom back-half of your dynamic short link.
7. Click Create and your dynamic short link are ready to use. For example, you can connect it to a URL QR code to make the QR dynamic.
8. After creation, you can edit your dynamic short link and add <mark style="color:purple;">Pixels</mark>, <mark style="color:purple;">Schedule</mark> a temporary destination URL, set a <mark style="color:purple;">Target</mark>, <mark style="color:purple;">Password protect</mark> it, and add it to one of your projects."


---

# 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.codeeqr.com/product-docs/dashboard/dynamic-short-links/create-dynamic-short-links.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.
