> For the complete documentation index, see [llms.txt](https://whitepaper.locc.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.locc.ai/how-locc-ai-works.md).

# How Locc AI Works

<figure><img src="/files/YNsYOsfkh9Jx69QmHYtZ" alt=""><figcaption></figcaption></figure>

#### **Uploading Media** <a href="#l715od46hk0v" id="l715od46hk0v"></a>

Users begin by uploading an image or video that they wish to enhance or use as a base for new content creation. The application supports a wide range of media formats and sizes.

#### **Prompt-based Content Generation** <a href="#s2krly36gric" id="s2krly36gric"></a>

Once the media is uploaded, users provide a descriptive prompt that guides the AI in generating the desired output. The prompt can include specific details about the style, mood, or elements to be included in the final product.

#### **AI Processing Pipeline** <a href="#h4jkiy57zk14" id="h4jkiy57zk14"></a>

Locc AI's sophisticated AI pipeline processes the input media and prompt, leveraging the capabilities of Open AI, DALLE, Sora, and Stable Diffusion. The processing is done in real-time, ensuring that users receive their results within seconds.

#### **Output Customization and Finalization** <a href="#m0vn6cio2an3" id="m0vn6cio2an3"></a>

After the AI generates the content, users have the option to further customize the output. This includes adjusting filters, tweaking specific elements, and applying finishing touches before finalizing the media for download or sharing.


---

# 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://whitepaper.locc.ai/how-locc-ai-works.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.
