# Drafts

Bloqs can be set to draft, which means it will not display on the front-end when rendered in your templates. If you're marking a bloq as draft that has children, then all the children of the draft bloq will also not display on the front-end. In the animation below, the Section bloq is set to draft, but the child Basic Content bloqs are not. In this scenario the only bloq that would display on the front-end is the Slab bloq.

![](/files/-MTBqF_W_C6Si9z0ai3g)


---

# Agent Instructions: 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://docs.boldminded.com/bloqs/docs/features/drafts.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.
