> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/sign-up-and-plans/demo-grab-a-trail.md).

# Demo / Grab a Trail

You have two options to get going. A free 14-day trial ([Plus Plan](/sign-up-and-plans/plans.md)) or Book a Demo to grab a 30-day trial.

If you would like to get into the weeds quickly, and learn by doing, the [free 30-day trial](https://betterbuilding.io/book-a-demo) is the way to go. A credit card required to filter out the bots!

For those who want a faster introduction, we suggest you [Book a Demo](https://betterbuilding.io/book-a-demo) with our team. This ensures you get the most value from the advanced capabilities these plans offer and helps you make the most of your trial experience.

{% hint style="warning" %}
To make sure you receive important updates, support and newsletters, we recommend **using professional work emails** with a registered business domain only. **Role-based emails**, such as those starting with "admin@", "support@", "billing@" or non-professional email addresses (@gmail, @outlook, @qq, etc) **may be removed without warning.** Read our [**Terms & Conditions**](/sign-up-and-plans/terms-and-conditions.md) for more info.
{% endhint %}

<figure><img src="/files/NXzshYxA1ginhYW4H8y3" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
For those looking for [technical support,](/support-and-training/support-tickets.md) please issue a ticket on the platform.&#x20;
{% endhint %}


---

# 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.betterbuilding.io/sign-up-and-plans/demo-grab-a-trail.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.
