# Information

### **Adding the Information building block** <a href="#add" id="add"></a>

1. Click on **+ block**.
2. Select the **Information** block and click **Add this block**.
3. Click in the **Text** field and enter the information in the text editor.

   <figure><img src="/files/5iUwfNzAoCisvXDJaJSC" alt=""><figcaption></figcaption></figure>
4. Click **Continue**.
5. Fill in the **name** of the block.

   <figure><img src="/files/fzJuCpGtClXzkjq0Kl1U" alt=""><figcaption></figcaption></figure>
6. Click on the **icon** if you want to change the image used in the menu.
7. When you’re done, click **Add this Block**.

### **Configuring the Information building block** <a href="#configure" id="configure"></a>

The **Information** building block editor is composed of two editing screens: **Settings**, and **Design**.

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

The settings in the **Settings** editing screen determine how your block will function and allow you to alter the text in the block, and the settings in the **Design** screen determine its aesthetics.&#x20;

### **Settings**

There are several aspects of your **Information** block that can be changed in this screen:

* The **name** of the block
* The **icon** (or image) that will be used in the app menu
* The **top image** for the Information screen
* The **content** of your information block

<figure><img src="/files/1BnDCSlXnJFXZ1q1CEQ7" alt=""><figcaption></figcaption></figure>

Should the need arise to keep the users of your published app from using this portion of the app, then you can always make use of the **ON/OFF** sliding selector.

Change the selector to **OFF** to keep users from seeing the **Information** block. Now you can continue developing your app without worrying about users coming upon areas that you haven't finished developing as of yet. Once you are satisfied with your progress, change the selector back to **ON** to publish this portion of your app.

### **Design**

The **Design** screen allows your to make highly detailed changes to your building block. **Design** gives the developer a remarkable amount of freedom to adjust everything exactly as he or she would like it.&#x20;


---

# 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.appmachine.com/blocks/information.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.
