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

# Home

If you need a support or want to help others, feel free to join our Discord server. But discussing on GitHub is more recommended.

[![](https://img.shields.io/discord/915881655921704971.svg?label=\&logo=discord\&logoColor=ffffff\&color=7389D8\&labelColor=6A7EC2)](https://discord.gg/cz9rh3a7d6)

The documentation still on progress, please expect some link will be changed. The online Blackprint editor can be opened [here](https://blackprint.github.io/). If you confused with Blackprint Editor/Engine/Nodes, feel free to start a new [discussion](https://github.com/Blackprint/Blackprint/discussions) on GitHub.

For reporting an issue or request an feature, please go to it's own repository:

* Editor [issue](https://github.com/Blackprint/Blackprint/issues)
* Engine (JavaScript) [issue](https://github.com/Blackprint/engine-js/issues)
* Engine (PHP) [issue](https://github.com/Blackprint/engine-php/issues)
* Nodes (created on Blackprint orgs) [issue](https://github.com/Blackprint/nodes/issues)

If you're creating new custom nodes and need for help for something, please go to the discussion on main repository instead.


---

# 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:

```
GET https://stefansarya.gitbook.io/blackprint/master.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.
