> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/introduction.md).

# Introduction

- [Welcome to Maker](https://docs.maker.co/introduction/welcome-to-maker.md): Maker is an AI-powered platform that converts plain-language prompts into fully coded, production-ready webpages and front-end apps in seconds- right in your browser.
- [FAQ](https://docs.maker.co/introduction/faq.md): Frequently asked questions about Maker
- [Account Help](https://docs.maker.co/introduction/faq/account-help.md): Find answers to common questions about your Maker account—sign-in, billing, security, and more.
- [Data & Privacy](https://docs.maker.co/introduction/faq/data-and-privacy.md)
- [Style Guide](https://docs.maker.co/introduction/faq/style-guide.md): Get all the questions related to setting up your style guide in Maker answered here
- [Plans & Billing](https://docs.maker.co/introduction/plans-and-billing.md): Maker offers flexible plans for individuals and teams. Every plan starts with a 14-day free trial — you won't be charged until the trial ends.
- [Credits](https://docs.maker.co/introduction/credits.md): Credits are how Maker tracks usage. Each AI response is charged based on its actual token cost. The formula uses your plan's credit rate to convert real AI costs into credits.
- [Quickstart](https://docs.maker.co/introduction/quickstart.md): Get up and running with Maker in under 5 minutes. This guide walks you through creating, previewing, publishing, and editing your first Maker content.


---

# 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.maker.co/introduction.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.
