# FluidPlayer Docs

## English

- [Introduction](https://docs.fluidplayer.com/overview/readme.md)
- [Quick setup](https://docs.fluidplayer.com/integration/quick-setup.md)
- [Using Fluid Player with Vue.js](https://docs.fluidplayer.com/integration/using-fluid-player-with-vue.js.md)
- [Using Fluid Player with React](https://docs.fluidplayer.com/integration/using-fluid-player-with-react.md)
- [Using Fluid Player with Angular](https://docs.fluidplayer.com/integration/using-fluid-player-with-angular.md)
- [Wordpress](https://docs.fluidplayer.com/integration/wordpress.md)
- [Layout](https://docs.fluidplayer.com/configuration/layout.md)
- [Advertisements](https://docs.fluidplayer.com/configuration/advertisements.md)
- [Previews](https://docs.fluidplayer.com/configuration/previews.md)
- [Subtitles](https://docs.fluidplayer.com/configuration/subtitles.md)
- [VR (experimental)](https://docs.fluidplayer.com/configuration/vr-experimental.md)
- [Suggested videos](https://docs.fluidplayer.com/configuration/suggested-videos.md)
- [Advanced configuration](https://docs.fluidplayer.com/configuration/advanced-configuration.md)
- [Controls API](https://docs.fluidplayer.com/api/controls-api.md)
- [Utility API](https://docs.fluidplayer.com/api/utility-api.md)
- [Event API](https://docs.fluidplayer.com/api/event-api.md)
- [Streaming support](https://docs.fluidplayer.com/streaming/streaming-support.md)
- [HTTP Live Streaming (HLS)](https://docs.fluidplayer.com/streaming/http-live-streaming-hls.md)
- [MPEG-DASH](https://docs.fluidplayer.com/streaming/mpeg-dash.md)
- [Help](https://docs.fluidplayer.com/about/help.md)
- [Changelog](https://docs.fluidplayer.com/about/changelog.md)
- [License](https://docs.fluidplayer.com/about/license.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.fluidplayer.com/overview/readme.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.
