> 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/clip-creation/using-the-web-app.md).

# Using the Web App

The Web App is an easy to use portal that allows users to create their own clips through the DeepFakeAI service. To generate a clip:

1. Navigate to the Dashboard at [app.fakeai.io](https://app.fakeai.io/)

   <figure><img src="/files/c1t6MFa4a2lCYQnk68j5" alt=""><figcaption><p>The Web App dashboard</p></figcaption></figure>
2. Login using a cryptocurrency wallet, Google, X or an account on fakeai.io itself

   <figure><img src="/files/6cL1cVwIQslV6YZmq8aV" alt=""><figcaption><p>The Login prompt on app.fakeai.io</p></figcaption></figure>
3. Purchase minutes under the Buy tab

   1. For more information on pricing, see [this page.](/deepfakeai/about-deepfakeai/pricing.md)

   <figure><img src="/files/BxRQOS38bWFBM6ePNdsG" alt=""><figcaption><p>The Buy tab</p></figcaption></figure>
4. Select the Web App Tab to access the creation prompt

<figure><img src="/files/fHEvGnrCDzQReb7BGqLS" alt=""><figcaption><p>The Web App clip creation tab</p></figcaption></figure>

\
From here, the clip creation process can begin

1. Select one of the many characters available under the character selection drop-down menu

   <figure><img src="/files/vLPeckjLklDtInGWKnnD" alt=""><figcaption><p>Select a character from the ever-expanding pool available</p></figcaption></figure>
2. Enter your text in the text content box, select "Add Captions" if you'd like captions to be generated for your clip, and use the **Say!** button to create your clip

   <figure><img src="/files/AixmTb5V1By6KsPtygN1" alt=""><figcaption><p>Once your character is selected and your text is in, you can create your clip in minutes or less!</p></figcaption></figure>

   \
   Clip creation can take anywhere from a few seconds to a few minutes depending on traffic and clip length, so please be patient!
3. Enjoy your clip! You can download it via the **Download** button, and preview it right in the built-in viewer. You can also access previously created clips in the **History** tab.

   <figure><img src="/files/K1UF1H45TGPEmqacGNPe" alt=""><figcaption><p>Your clip, ready to go!</p></figcaption></figure>

The **Ask** option works in the same fashion, except you can type in a question you'd like to ask, and the AI will generate a short clip of that character answering the question.


---

# 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://deepfakeai.gitbook.io/deepfakeai/features/clip-creation/using-the-web-app.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.
