> For the complete documentation index, see [llms.txt](https://docs.lottielab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lottielab.com/export-and-hand-off.md).

# Export & Hand-off

- [Comments](https://docs.lottielab.com/export-and-hand-off/comments.md)
- [Share link to file](https://docs.lottielab.com/export-and-hand-off/share-link-to-file.md)
- [Livelink (CDN)](https://docs.lottielab.com/export-and-hand-off/livelink-cdn.md): Everything you need to know about Lottielab's powerful Lottie hosting, versioning and optimisation feature.
- [Optimisation](https://docs.lottielab.com/export-and-hand-off/livelink-cdn/optimisation.md): A primer on the Livelink displayed size, optimisation percentage, and what it all means.
- [Customising embed links](https://docs.lottielab.com/export-and-hand-off/livelink-cdn/customising-embed-links.md): The Lottie Embed Link supports several URL (query) parameters which can be used to control how the Lottie will be played when you embed or otherwise use this link.
- [Code Export Platforms](https://docs.lottielab.com/export-and-hand-off/code-export-platforms.md)
- [Web](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web.md)
- [JavaScript (Vanilla)](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web/javascript-vanilla.md)
- [React JS](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web/react-js.md)
- [Angular](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web/angular.md)
- [Vue JS](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web/vue-js.md)
- [Webflow](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web/webflow.md)
- [Framer](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web/framer.md): This guide covers three methods: adding static Lottie animations, creating interactive Lotties with custom Framer interactions, and importing interactive Lotties with preserved Lottielab interactions.
- [Wordpress](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/web/wordpress.md)
- [Mobile](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/mobile.md): Your animations are saved as Files in Lottielab. Here are a few actions you can take with your Files"
- [iOS](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/mobile/ios.md)
- [Android](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/mobile/android.md)
- [React Native](https://docs.lottielab.com/export-and-hand-off/code-export-platforms/mobile/react-native.md)
- [File download](https://docs.lottielab.com/export-and-hand-off/file-download.md)
- [Lottie JSON download](https://docs.lottielab.com/export-and-hand-off/file-download/lottie-json-download.md)
- [GIF download](https://docs.lottielab.com/export-and-hand-off/file-download/gif-download.md)
- [MP4 download](https://docs.lottielab.com/export-and-hand-off/file-download/mp4-download.md)


---

# 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.lottielab.com/export-and-hand-off.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.
