# LingoJS

## LingoJS Docs

- [Get Started with LingoJS](https://lingojs.gitbook.io/lingojs-docs/readme.md)
- [Quickstart](https://lingojs.gitbook.io/lingojs-docs/getting-started/quickstart.md)
- [Publish your docs](https://lingojs.gitbook.io/lingojs-docs/getting-started/publish-your-docs.md)
- [Editor](https://lingojs.gitbook.io/lingojs-docs/basics/editor.md)
- [Markdown](https://lingojs.gitbook.io/lingojs-docs/basics/markdown.md)
- [Images & media](https://lingojs.gitbook.io/lingojs-docs/basics/images-and-media.md)
- [Interactive blocks](https://lingojs.gitbook.io/lingojs-docs/basics/interactive-blocks.md)
- [OpenAPI](https://lingojs.gitbook.io/lingojs-docs/basics/openapi.md)
- [Integrations](https://lingojs.gitbook.io/lingojs-docs/basics/integrations.md)
- [React](https://lingojs.gitbook.io/lingojs-docs/basics/integrations-1.md): Add LingoJS to your React app and manage dynamic languages with the LingoJS API.
- [NextJs](https://lingojs.gitbook.io/lingojs-docs/basics/integrations-2.md): Easily integrate LingoJS into your Next.js app using the \<Script> component for dynamic translation.
- [Wordpress](https://lingojs.gitbook.io/lingojs-docs/basics/integrations-3.md): Integrate LingoJS into WordPress to handle translations and language selection.
- [Framer](https://lingojs.gitbook.io/lingojs-docs/basics/integrations-4.md): Integrate LingoJS into Framer using a custom script to handle translations and language selection.


---

# 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://lingojs.gitbook.io/lingojs-docs/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.
