# Edit Fields

This option allows you to set the fields in the embed. "Fields" in an embed provide structure and detail, allowing segmented information within the layout of the embed. They are essentially subsections within the embed content, often used to display a title-value pair for greater clarity. &#x20;

When clicking the option, you will see different options:

* 📝 Add Field -> Add a new field
* 🗑️ Remove Field -> Remove a field from the embed if any
* ✏️ Edit a Specific Field -> Edit a certain field

<figure><img src="https://1774748854-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmtm6qMMlpBMQxEyJRV1d%2Fuploads%2FXtx9sLcG3XkBDxUvOdUg%2Fimage.png?alt=media&#x26;token=83562b5f-9513-42e0-95af-4d78c2f04dba" alt=""><figcaption><p>Edit Fields Options</p></figcaption></figure>

### Add Field

This option allows you to set the values of the field. When clicking the option, a form will be opened where you can fill in the following:

* Name -> 'Title' of the field
* Value -> Displayed under the name
* Is Inline -> Type yes/ no whether you want the field inline. Inline determines whether the field will be displayed in-line with other fields. If set to 'yes', multiple fields can be shown side by side (given space constraints), otherwise, they'll be displayed one below the other.

<figure><img src="https://1774748854-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmtm6qMMlpBMQxEyJRV1d%2Fuploads%2FgFDHUPiz25jHFTkiumTh%2Fimage.png?alt=media&#x26;token=3acbf873-a02a-4dbd-aeb8-f55820b64a1a" alt=""><figcaption><p>Add Field To Embed Form</p></figcaption></figure>

Once you submit the information, the embed is updated.

<figure><img src="https://1774748854-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmtm6qMMlpBMQxEyJRV1d%2Fuploads%2FVCQGbwByxjcPEQKO18cX%2Fimage.png?alt=media&#x26;token=491f266a-b3bb-4e37-af68-2fd34a67929c" alt=""><figcaption><p>Updated Embed</p></figcaption></figure>

### Remove Field

This option allows you to remove a field from the embed. When you click on the option, a form opens where you can select the field you want to remove. You can remove it by selecting it.

<figure><img src="https://1774748854-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmtm6qMMlpBMQxEyJRV1d%2Fuploads%2Fb5vyYnW9HQqsXHo4HdZy%2Fimage.png?alt=media&#x26;token=a1c1d424-8e7b-4f43-8a64-ebaeba9fd23d" alt=""><figcaption><p>Remove Field Options</p></figcaption></figure>

### Edit a Specific Field

This option allows you to edit the values of a specific field. When clicking the option, all the existing fields will be listed. Select the one you want to edit. Once you clicked the field that you want to update, it will update a form similar to [#add-field](#add-field "mention").

<figure><img src="https://1774748854-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmtm6qMMlpBMQxEyJRV1d%2Fuploads%2FjtFohSZrXnwC2f7R8s90%2Fimage.png?alt=media&#x26;token=3a15ba0b-165d-439b-97d8-edfe5c55b0b5" alt=""><figcaption><p>Edit A Specific Field Form</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.badbears.io/magic-embed-builder/magic-embed/embeds/edit-fields.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.
