> For the complete documentation index, see [llms.txt](https://docs.shortify.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shortify.wtf/features-overview/core-concepts.md).

# Core concepts

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

<table data-header-hidden data-search="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>Category</td><td>Live today</td><td>Coming soon / WIP</td></tr><tr><td>Import</td><td>Upload + Youtube URL paste</td><td>Extended platform support</td></tr><tr><td>Trim &#x26; crop</td><td>Frame-accurate trim, aspect ratios</td><td>Split clips, auto-reframe</td></tr><tr><td>Captions</td><td>Static + karaoke word timing</td><td>AI auto-caption (ASR), crypto-context captions, font packs</td></tr><tr><td>Overlays</td><td>Image layers with opacity</td><td>Start/end timing, image, sound and video overlays</td></tr><tr><td>Export</td><td>MP4 + MP3 one-click</td><td>Platform presets (Shorts/Reels/TikTok)</td></tr><tr><td>Publish</td><td>—</td><td>One-click post to all or selected social platforms (Phase 4)</td></tr><tr><td>Account</td><td>Wallet auth, project vault</td><td>Tier gating enforcement</td></tr><tr><td>Ecosystem</td><td>Multi-chain wallet auth</td><td>Project collabs, smart contract gating, creator income layer</td></tr><tr><td>AI</td><td>—</td><td>Crypto-tailored generation, Web3 data overlays, smart highlights</td></tr></tbody></table>

Detailed breakdowns follow in dedicated feature pages in the next pages.


---

# 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.shortify.wtf/features-overview/core-concepts.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.
