> For the complete documentation index, see [llms.txt](https://docs.navless.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navless.ai/integrations/partners/g2.md).

# G2

👉 [Take a Tour before Getting Started](https://websitetours.tourial.com/pages/g2-marketplace)👈

G2 Product Profiles allow you to add an interactive tour or demo to your account so you can showcase your product's "how" quickly and easily. Follow the steps below after you've launched your tour.

\
​Requirements: You must be on a paid subscription with G2 to access their Interactive Demo feature.

1. Login to [my.g2.com](https://my.g2.com/signup?login=true)
2. On the left sidebar click “Product Profile
3. Click on the “Interactive Demo”
4. Within the interactive demo page, click “Add Demo
5. Back in Tourial, copy your Tourial URL by clicking Save
   1. We recommend cloning your Tour first to differentiate Tour analytic

      \
      👉 *Note: If you're on a plan with white-labeled URLs, you'll need to switch your root domain and the Tourial subdomain (i.e. update `tours.acme.com` to `acme.tourial.com`).*\
      ​
6. Paste the URL into the Demo URL field
   1. Depending on whether you have a navbar created for your tour page, you can choose whether to display that using the full url (i.e. including the */pages*, or remove that to hide it on G2 but use it elsewhere) `https://acme.tourial.com/pages/product-tour` or `https://acme.tourial.com/product-tour`\
      ​
7. Upload a preview image\
   ​
8. Click Sav

And that's it! You and visitors can find the product tour under your page's “Media” section on the product profile page �


---

# 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.navless.ai/integrations/partners/g2.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.
