> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/url-shorteners/url-shortener-instagram.md).

# URL Shortener - Instagram

It is possible to track the source of leads through SprintHub's URL shortener. Now, this feature is also available in an Instagram button.

The **ig.me** is a Meta tool for shortening URLs that directs users to a conversation on Instagram. By clicking an ig.me link, the user will be taken to a new conversation or an existing chat with their Instagram account, depending on the message history.

#### To set it up, follow the steps below:

1. Access **URL shortener**.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc8JIsI4Pg5jm7GipS_WdN8lkARquDaaPvxIHALNITW8fhOoG9PW1Y3mmh3vFDIEIQSjy2g1OIXMtP3YQw140jyk_FrPho8XdFW7DnIR6nyfzI-jgMEg6lLTi02dQPip-zTAbU0mmKsP38mA9MPm1nUDYrp?key=Z89rt6Pq15Q4dp1y9UAROw" alt=""><figcaption></figcaption></figure>

1. Click on **+ New**.
2. Enter the **First name**.
3. In the URL, use the link format with the username:

   `https://ig.me/username`

It will look like this:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdL21a-n7MD7QiLY7UBykSbFkmCwcSEbspqMoLiNjUbjJekw5TLlMCfR8Et3HcbnjyNcd_cP3f_6wACncKRqnFvZK_1py6Bh_4xk85OEd86zOLtO7iI1cnLV75hD23SqnSp-xstdA_CpUthyYAp-0o-4j76?key=Z89rt6Pq15Q4dp1y9UAROw" alt=""><figcaption></figcaption></figure>

Leave as **Published** and click on **Save and Close**.

After that, you will be able to copy the shortened link by clicking the corresponding button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd7A-6pyiFowOp1x-V8OVEbFuqALxL2lmNGQ69gspEsj76-XDZjFUFfPk7pYWk6mSKkXLcMNtbXGqvyeQOxPex9rOtAtt8KzakVNL6fGiGYY8x9q8zv1oOOT7_j7zzJg8-jSToUg96w2ZcIBg7Lt97Jw2uN?key=Z89rt6Pq15Q4dp1y9UAROw" alt=""><figcaption></figcaption></figure>

When the lead clicks the shortened link, they will be directed to your direct messages, and a conversation will be automatically started, even if the lead does not send a message.


---

# 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.sprinthub.com/en/topics/convert/url-shorteners/url-shortener-instagram.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.
