# Image Links

{% hint style="danger" %}
It is strongly advised not to use Discord image links outside of Discord. Discord has a time limit for how long file links can be used outside its platform. In addition, Imgur appears to no longer allow direct linking within FiveM.
{% endhint %}

For this example, we'll use the service [Fivemanage](https://www.fivemanage.com/upload) as it's free and doesn't require a login. Another useful service is [ImgBB](https://imgbb.com/), as it allows you to log in and save a history.

First, click and drag or upload your image of choice to the website. Once it completes the upload, it'll appear as below.

<figure><img src="/files/s64zyM22mNh8fWKD5DOg" alt=""><figcaption></figcaption></figure>

Click the URL, which should copy it to your clipboard. Now, enter your URL in the field that requires an image URL. In the example below, we're making a business card.

<figure><img src="/files/UWv4X4kcgNwxsXxkEdjw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://midwestrp.gitbook.io/support-portal/framework-guide/introduction/image-links.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
