> 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/trustradius.md).

# TrustRadius

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

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

1. Login to the [TrustRadius Vendor Portal](https://vendor.trustradius.com/auth)
2. Go to Edit on your Product Listing
3. Scroll down and select Product Demo

   Bonus: You can add more than 1 tour! 🤩
4. Back in Tourial, copy your Tourial URL by clicking Save
   1. We recommend cloning your Tour first to differentiate Tour analytics

      \
      👉 *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 `tourial.acme.com` to `acme.tourial.com`).*\
      ​
5. Paste the URL into the URL field
   1. You'll need to remove /pages from your Tour URL so what remains is the raw Tourial URL — `https://acme.tourial.com/pages/product-tour` becomes 👉 `https://acme.tourial.com/product-tour`
6. Enter a Title and select Interactive Demo for the Demo Type
7. Click Save, or hit Submit if you're all done making edits

And that's it! You and visitors can find your Product Demos under your listing's “Product Demos” section


---

# 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/trustradius.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.
