# GIF

## 👉 **The Tag** <a href="#the-tag" id="the-tag"></a>

This tag allows to insert a GIF, which will replace the content of the rectangle layer where the tag is placed. Supports URL ending in **.gif.**

**📍 Where to add the tag:** A rectangle layer

```
//The tag:

[component:gif:URL]

//Sample tag to try:

[component:gif:https://media.giphy.com/media/26ybwt1cT5DfBzRU4/giphy.gif]
```

{% hint style="info" %}
You can also [directly upload a GIF file](https://help.figma.com/hc/en-us/articles/360040028034) into your Figma file to use in your app.
{% endhint %}

![](/files/-MhnO00wEpEDzhxuAfgm)

## 🏷️ **How to add the tag** <a href="#how-to-add-the-tag" id="how-to-add-the-tag"></a>

&#x20;   1\. **Copy** the tag.

&#x20;   2\. **Paste** the tag into the layer name of a **rectangle shape**.

![](/files/-MhrySxu3gkg62e78Z1P)

&#x20;   3\. Replace the placeholder URL with your own (or try our sample tag).

&#x20;   4\. Import to **Bravo Studio** & preview on **Bravo Vision** 🚀 (If you imported the app before, you just need to press the button Update in ***Bravo Studio*** to see the changes)

## 💾 Example files <a href="#example-files" id="example-files"></a>

Duplicate the files below to see how to set it up!

{% @figma/embed fileId="dedkxpF23DnniDkjZnqehd" nodeId="104:1" url="<https://www.figma.com/file/dedkxpF23DnniDkjZnqehd?node-id=104:1>" %}


---

# 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://docs.bravostudio.app/bravo-tags/components/component-gif.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.
