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

# Getting Started

- [Welcome](https://manual.formwise.ai/formwise/getting-started/welcome.md): Our Mission: Unlocking the Power of AI for Every Business
- [Book Your Onboarding Session](https://manual.formwise.ai/formwise/getting-started/book-your-onboarding-session.md): Book a free onboarding call to set up your first SmartForm or CoPilot.
- [Your Dashboard](https://manual.formwise.ai/formwise/getting-started/your-dashboard.md): This page covers the features on the home dashboard.
- [Quick Guides](https://manual.formwise.ai/formwise/getting-started/quick-guides.md): Ready to turn your expertise into AI-powered tools that set your business apart? Dive into our tutorials and start building today! 🚀
- [Building A Simple A.I. Tool](https://manual.formwise.ai/formwise/getting-started/quick-guides/building-a-simple-a.i.-tool.md): Watch this video to learn how to build a quick tool inside of FormWise in minutes. This video goes over all of the components.
- [Building A Chatbot CoPilot](https://manual.formwise.ai/formwise/getting-started/quick-guides/building-a-chatbot-copilot.md): Watch the video to learn how to efficiently develop a personalized chatbot you can white label.
- [Building An A.I. Lead Magnet](https://manual.formwise.ai/formwise/getting-started/quick-guides/building-an-a.i.-lead-magnet.md): In this video, Javi demonstrates how to easily create a lead magnet or quiz using FormWise. The video showcases the process of building a tool that collects user data and generates leads.
- [Building An A.I. Quiz](https://manual.formwise.ai/formwise/getting-started/quick-guides/building-an-a.i.-quiz.md)
- [Building An A.I. Toolset](https://manual.formwise.ai/formwise/getting-started/quick-guides/building-an-a.i.-toolset.md): A toolset is a collection of your tools on one hosted page you can embed anywhere. It provides easy access for your end users to use many of your FormWise-built A.I. tools.


---

# 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://manual.formwise.ai/formwise/getting-started.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.
