# Getting Started

- [Install Fundpop](https://fundpop-crowdfunding.gitbook.io/fundpop-crowdfunding-docs/getting-started/install-fundpop.md): The Fundpop widget needs to be added to your store's product pages. Follow one of these methods based on your setup.
- [Creating Your First Campaign](https://fundpop-crowdfunding.gitbook.io/fundpop-crowdfunding-docs/getting-started/creating-your-first-campaign.md): This guide will walk you through creating your first crowdfunding campaign with Fundpop. We'll cover each setting and option to help you launch successfully.
- [Dashboard Overview](https://fundpop-crowdfunding.gitbook.io/fundpop-crowdfunding-docs/getting-started/dashboard-overview.md): After installing Fundpop, you'll have access to your campaign dashboard - your central hub for managing all crowdfunding activities. Let's explore its key features.


---

# 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://fundpop-crowdfunding.gitbook.io/fundpop-crowdfunding-docs/getting-started.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.
