# Build Object

#### Object Data

This section consists of two parts: **Key Name** and **Value**. The key name can be static, while the value can be dynamic by specifying the path or source from which these values should be retrieved.&#x20;

To access dynamic data, you can click the plus (+) icon next to the value input to load the data source model.&#x20;

To add more key-value pairs, simply use the **Add Key-Value** button located below this section.

<figure><img src="/files/l6LBAJqUL6B9qmJ8vA8x" alt="Build Object section"><figcaption><p>Build Object Section</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.fireapis.com/the-basics/logics/actions/build-object.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.
