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

# Overview

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

With Logseq's user base growing and several old features being updated or new features being introduced, I feel like the Logseq help documentation could do with a little love.

The current [Official Logseq Documentation](https://docs.logseq.com/#/page/contents) is good, but I feel that having it written within Logseq is a little confusing and can sometimes be overwhelming. For this reason, I have taken the great work done by those before me and represented / amended / added to their work in what is hopefully easier to read and more digestible Logseq Tips and Tricks.

The purpose of this guide is not (at least for now) to be a getting started step-by-step walkthrough but more as a place for you to find snippets of information on particular feature / tips and tricks.  This is a work in process and will be updated as and when possible.&#x20;

The current flow of the Unofficial Logseq Documentation is:

1. Very brief [Getting Started](/unofficial-logseq-docs/general/getting-started.md) guide
2. [Beginner to Intermediate](https://app.gitbook.com/o/kne1yGuUlhT5Vbgrzh7V/s/55IaNCbMPJqTajfUYNlX/~/changes/AzQm99u6FidyxWZt4I3k/beginner-to-advance-features) Features
3. [Intermediate to Advance](https://app.gitbook.com/o/kne1yGuUlhT5Vbgrzh7V/s/55IaNCbMPJqTajfUYNlX/~/changes/AzQm99u6FidyxWZt4I3k/intermediate-to-advance-features) Features
4. [Queries](https://app.gitbook.com/o/kne1yGuUlhT5Vbgrzh7V/s/55IaNCbMPJqTajfUYNlX/~/changes/AzQm99u6FidyxWZt4I3k/queries)

I am not wedded to the above, it was simply a means to getting some content on the page. If you have any suggestions or would like to contribute, please feel more than welcome to do so (I will try to work out how this is done and include instructions).&#x20;


---

# 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://unofficial-logseq-docs.gitbook.io/unofficial-logseq-docs/overview.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.
