> For the complete documentation index, see [llms.txt](https://fulstech.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fulstech.gitbook.io/docs/latex.md).

# LaTeX

- [LaTeX for Jira - Math Editor](https://fulstech.gitbook.io/docs/latex/latex-for-jira.md)
- [Jira Cloud](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-cloud.md)
- [Overview](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-cloud/overview.md)
- [Usage (with browser extension)](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-cloud/usage-with-browser-extension.md)
- [Usage (without browser extension)](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-cloud/usage.md)
- [Support](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-cloud/support.md)
- [Jira Data Center and Jira Server](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-data-center-and-jira-server.md)
- [Overview](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-data-center-and-jira-server/overview.md)
- [Usage](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-data-center-and-jira-server/usage.md)
- [Support](https://fulstech.gitbook.io/docs/latex/latex-for-jira/jira-data-center-and-jira-server/support.md)
- [LaTeX for Confluence with Math Editor and Plotting](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence.md)
- [Confluence Cloud](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-cloud.md)
- [Overview](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-cloud/overview.md)
- [Usage](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-cloud/usage.md)
- [Migrate from Confluence Server and Confluence Data Center](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-cloud/migrate-from-confluence-server-and-confluence-data-center.md)
- [Support](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-cloud/support.md)
- [Confluence Data Center and Confluence Server](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server.md)
- [Overview](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server/overview.md)
- [Usage (from version 4.0.0)](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server/usage.md)
- [How to install TeX Live](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server/how-to-install-tex-live.md)
- [Migrate to Confluence Cloud](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server/migrate-to-confluence-cloud.md)
- [Troubleshooting "Unknown macro" error](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server/troubleshooting-unknown-macro-error.md)
- [Support](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server/support.md)
- [(Deprecated) Usage (for version older than 4.0.0)](https://fulstech.gitbook.io/docs/latex/latex-beautiful-math-for-confluence/confluence-data-center-and-confluence-server/usage-pre-400.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://fulstech.gitbook.io/docs/latex.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.
