# Article Blocks

### Article buttons

The article buttons are how we create, edit and delete article blocks (email content) in the email.

Here is the breakdown of each button function<br>

<figure><img src="https://resources.ubiquity.co.nz/Images/article-buttons.jpg" alt="Article blocks"><figcaption><p>Article blocks</p></figcaption></figure>

Buttons will sit at the top right of the associated article.

1. Add a new article block. The article will be added underneath the current article.
2. Edit article. This will open the article editor to edit the content.
3. Copy article. This will copy the article and add it underneath the current article.
4. Delete article. Don’t be afraid of this button. You are only removing the content, not the ability to add that article again if needed.
5. Reorder articles. It doesn’t matter which article you click this button on; a list of all the articles will pop up and you can drag/drop them in the order you desire.

<figure><img src="https://resources.ubiquity.co.nz/Images/article-reorder.jpg" alt="Reorder articles"><figcaption><p>Reorder articles</p></figcaption></figure>

1. The first text field in the article block that has a value (This is what the field 'Article name' is for)
2. Layout type

***

### Layouts

When adding or editing an article, along the top of the dialogue box there is a dropdown to select the article layout type.

There are nine different layouts to choose from. The layouts will show different fields depending on what that layout requires.

<figure><img src="https://resources.ubiquity.co.nz/Images/article-layout-bar.jpg" alt="Article layouts"><figcaption><p>Article layouts</p></figcaption></figure>

***

### Filter

With each article, you can add a filter that will enable the article to only show if it matches that filter. The filter works the same way as mailout filters.

<figure><img src="https://resources.ubiquity.co.nz/Images/article-filter.jpg" alt="Article filters"><figcaption><p>Article filters</p></figcaption></figure>


---

# 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.ubiquity.co.nz/documentation/channels/email/email-templates/article-blocks.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.
