> For the complete documentation index, see [llms.txt](https://deepfakeai.gitbook.io/deepfakeai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deepfakeai.gitbook.io/deepfakeai/features/quickstart-guide/creating-your-first-clip.md).

# Creating Your First Clip

To quickly create a deepfake clip, you can use the Web App to access the service

1. Head to the [Dashboard](https://app.fakeai.io/) to get started
2. Click the **Login** button and choose your preferred login method
   1. You can use a connected cryptocurrency wallet, Google or X to log into the site
   2. You can also create an account and sign in using the **Register** link on the login prompt
3. Purchase minutes using the **Buy** tab, using Cryptocurrency
   1. More details about pricing can be found [here.](/deepfakeai/about-deepfakeai/pricing.md)
4. Under the **Web App** tab, select the **Say** option and select a character from the dropdown below the /say prompt
   1. For custom character options, see the [Custom Characters](/deepfakeai/features/custom-characters.md) section of this site.
5. Type your text for the character to say in the text box and click the **Say!** button
6. Enjoy your newly created clip! You can see the clip in the built-in viewer, and download your clip to share directly from the webpage.


---

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

```
GET https://deepfakeai.gitbook.io/deepfakeai/features/quickstart-guide/creating-your-first-clip.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.
