# Core Tools

- [SmartForms](https://manual.formwise.ai/formwise/core-tools/smartforms.md): SmartForms are AI-powered forms that allow users to enter structured information and receive instant AI-generated outputs.
- [Using Front-End File Uploads in SmartForms](https://manual.formwise.ai/formwise/core-tools/smartforms/using-front-end-file-uploads-in-smartforms.md)
- [Using Backend Data Sources in SmartForms](https://manual.formwise.ai/formwise/core-tools/smartforms/using-backend-data-sources-in-smartforms.md)
- [Auto Populate Fields In Your Tool URLs](https://manual.formwise.ai/formwise/core-tools/smartforms/auto-populate-fields-in-your-tool-urls.md): Auto Populating Forms by using URL parameters.
- [CoPilots](https://manual.formwise.ai/formwise/core-tools/copilots.md): CoPilots are AI-powered assistants that engage users in an interactive, conversational way to help them generate insights, solve problems, or create content—based on your expertise.
- [Using Backend Data Sources in CoPilots](https://manual.formwise.ai/formwise/core-tools/copilots/using-backend-data-sources-in-copilots.md)
- [Using Front-End File Uploads in CoPilots](https://manual.formwise.ai/formwise/core-tools/copilots/using-front-end-file-uploads-in-copilots.md)
- [Why Does My Copilot Not Sound Like ChatGPT (Yet)?](https://manual.formwise.ai/formwise/core-tools/copilots/why-does-my-copilot-not-sound-like-chatgpt-yet.md)
- [Add Your FormWise CoPilot as a Floating Chat Bubble](https://manual.formwise.ai/formwise/core-tools/copilots/add-your-formwise-copilot-as-a-floating-chat-bubble.md): Outcome: By the end of this guide you’ll have your AI CoPilot tucked neatly in a chat icon on the bottom‑right of any webpage—ready to answer questions, capture leads, and delight visitors.
- [Toolsets](https://manual.formwise.ai/formwise/core-tools/toolsets.md): This page covers the features of Toolsets
- [Cached Input Responses (Toolsets)](https://manual.formwise.ai/formwise/core-tools/toolsets/cached-input-responses-toolsets.md): This feature is extremely useful for the end user if they are using many of tools in your toolset, and they have to re-enter the same information on multiple tools.
- [Sharing & Adding Toolsets](https://manual.formwise.ai/formwise/core-tools/toolsets/sharing-and-adding-toolsets.md): This resource will discuss sharing your Toolset links and adding new Toolsets from other users' links


---

# Agent Instructions: 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:

```
GET https://manual.formwise.ai/formwise/core-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
