> ## Documentation Index
> Fetch the complete documentation index at: https://docs.release0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to generate QR codes with Release0

> Learn how to use the QR Code element to generate scannable codes for sharing links and information in your chatbot agent.

The **QR Code** element generates a Quick Response (QR) code that can be scanned by a mobile device to access a URL, text, or other information. This element is useful for sharing links, contact information, or other data in a visually appealing and interactive way.

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/MimUY9m4TiaqqVxh/images/elements/integrations/qr-code/qrcode-setup.png?fit=max&auto=format&n=MimUY9m4TiaqqVxh&q=85&s=a118849709fc4d74e7728254fb4bbdc9" alt="Release0.com - QR Code Setup" width="637" height="401" data-path="images/elements/integrations/qr-code/qrcode-setup.png" />
</Frame>

In order to generate a **QR code**, you need to provide the following information:

* **Content**: The text or URL that the QR code will represent. This can be a link to a website, a phone number, an email address, or any other text. Then save the data into a variable.
* **Image Output**: The image in which the QR code will be generated. It will use the variable you set in the previous step to display the **QR code image**.

<Frame style={{ maxWidth: '800px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/MimUY9m4TiaqqVxh/images/elements/integrations/qr-code/qr-code-sample.png?fit=max&auto=format&n=MimUY9m4TiaqqVxh&q=85&s=188a06f770a8dd83db6ab9181aaf95ad" alt="Release0.com - QR Code Sample Flow" width="971" height="395" data-path="images/elements/integrations/qr-code/qr-code-sample.png" />
</Frame>

The **QR code** will be generated and displayed in the image output. Users can then scan the QR code with their mobile devices to access the content you provided.

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/zvlYXMCad2PgakaD/images/elements/integrations/qr-code/qr-code-agent.png?fit=max&auto=format&n=zvlYXMCad2PgakaD&q=85&s=a9144c888f82693a81c2cd496a844b99" alt="Release0.com - QR Code Agent Sample" width="560" height="384" data-path="images/elements/integrations/qr-code/qr-code-agent.png" />
</Frame>
