# 🚀 Getting Started

TLDR;

1. Create a Bricks template and set the type as  `GutenBricks – Block`
2. The template will be available as a block
3. View it if it’s rendered. (If you want to render blocks in full page-width follow [this method.](https://youtu.be/keFz6mVEIao?feature=shared))

Ask us questions at <support@gutenbricks.com> or join our [Slack](https://wiredwp.com/join-our-slack-group) and [Facebook Group!](https://www.facebook.com/groups/wiredwp)

## Create your first block

{% embed url="<https://www.youtube.com/embed/bUfzn5c8x3o?si=BbzsWirL2d-MNJBR>" %}

1. First, create a template and set its type to `GutenBricks - Block` (If not, it will not show up as a Block)
2. (optional) You can additionally assign the template to a specific bundle. If this is not done, it will by default be included in the "default" bundle.

<figure><img src="https://115503993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVRpgq7lelxP9PFleE0QT%2Fuploads%2Fiootmklqg4YgrNQS2Zxn%2FCreate-your-first-bundle-1024x323.jpg?alt=media&#x26;token=150e7263-2146-4bcb-bf99-6dae7921c702" alt=""><figcaption></figcaption></figure>

3. Use the block in the Gutenberg editor.&#x20;

<figure><img src="https://115503993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVRpgq7lelxP9PFleE0QT%2Fuploads%2F8SzTNkKhGEb93a0HjXKZ%2Fgutenbricks-quickstart-my-first-template-1024x613.jpg?alt=media&#x26;token=42bcbae8-a27a-45d9-8adb-42a4aaed25ff" alt=""><figcaption></figcaption></figure>

If you cannot find the block inside the Gutenberg editor, please check:

1. If the template type was set to `GutenBricks – Block`
2. Suppose the template was assigned to a custom Template Bundle. In this case, you must activate the bundle in GutenBricks settings.

<figure><img src="https://115503993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVRpgq7lelxP9PFleE0QT%2Fuploads%2FFH1Pf9h9YHj7oZcmSMca%2FScreenshot%202024-06-30%20at%2012.55.36%E2%80%AFAM.png?alt=media&#x26;token=cc8fce5f-1ad9-454b-a4d6-2f79d8a16135" alt=""><figcaption></figcaption></figure>

3. You can also configure which Post Types you want to enable the blocks for.

##


---

# 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.gutenbricks.com/getting-started.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.
