> For the complete documentation index, see [llms.txt](https://revtools.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://revtools.gitbook.io/docs/getting-started/quickstart.md).

# Quickstart

<figure><img src="/files/Ekx19Ls71GLSgLisEcqm" alt=""><figcaption><p>Design Form Tab</p></figcaption></figure>

Create your gifting form with your own title, welcome text and logo. Note that you can ask most popular social media account name and contact information as well.&#x20;

<figure><img src="/files/YfHwy9AEoUuCK92KqMGp" alt=""><figcaption><p>Product Selection</p></figcaption></figure>

You can select product/variants you want to make available in the product form. This is a required step that needs to be selected before proceeding to the next tab.&#x20;

You can also get consent from recepients/influencers while submitting the form.

<figure><img src="/files/WrFWogWkZ9qyZKdcJ9fZ" alt=""><figcaption><p>Limitations</p></figcaption></figure>

This tab allows you to set limitations per submission. i.e. restricting the form to be submitted more than certain number, limiting the total value per submission etc.&#x20;

<figure><img src="/files/2vWl7Va2mejCgqPkwk86" alt=""><figcaption><p>Success Message</p></figcaption></figure>

You can format your success message once the form is submitted successfully.&#x20;

<figure><img src="/files/lDkvAZeNQwA6cxaOAFuX" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

In the dashboard you can see all your forms created with analytics details. You can also click orders to see which orders you receive through a form.  Orders are directly synced with Shopify's order panel. So you can also manage the orders from Shopify admin easily.&#x20;

<figure><img src="/files/EaMh6vyQgp5kN6WuyADZ" alt=""><figcaption><p>Connections</p></figcaption></figure>

This page displays all customers you received an order through your influencer gifting forms.&#x20;


---

# 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://revtools.gitbook.io/docs/getting-started/quickstart.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.
