# Adding Additional Details

Additional details are a great way to give extra context to the BlogAssistant, especially when your blog is unique or complex. Details can be added, changed or removed at any time.

1. For your existing blog post, click the "***Details***" button in the sidebar.

<figure><img src="/files/WnmwHsIpfVP1tEDQ7kAk" alt=""><figcaption><p>Details button</p></figcaption></figure>

2. This will open the **Additional Details** Menu. Here you have two options:
   * Use an **existing** Additional Detail
   * Add a **new** Additional Detail

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

3. Adding a new Additional Detail will save it for your blog and allow it to be used later for other blogs also.

<figure><img src="/files/M9g0Yt6q2u6p97IBxJRC" alt=""><figcaption><p>Add new Additional Details</p></figcaption></figure>

4. You open the ***Details*** menu again to confirm your details have been updated or saved.

<figure><img src="/files/V9kXP9UdE4C39D0eVL0y" alt=""><figcaption><p>Additional Details saved</p></figcaption></figure>

{% hint style="info" %}
At any time you can navigate to your account settings and select  "***Manage Details***" to edit or remove your Additional Details.
{% endhint %}

{% hint style="danger" %}
Removing "***Additional Details***" will also remove it from any associated blogs, so proceed with caution.
{% endhint %}

<figure><img src="/files/rOvFhbOoduPGTBzes0oq" alt=""><figcaption></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.blogeaai.com/guides/adding-additional-details.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.
