> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/marketing-studio/approving-or-editing-your-articles.md).

# Approving or editing your Articles

Edit a blog draft directly by clicking its text, add a cover image, title, description, or focus keyword, then approve the post or reject it for more work.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-38d73d0371eb9a9f60d6c8ea6b226d3540b0bf40%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Open a draft to make any direct edits—simply click on the text to adjust formatting, correct content, or add personal touches.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-909c3d904396b50bd9d34ae5abaf3b0c0e1aec91%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### **Adding a cover image:**

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-992bc2aecde568827dd4a3e08593650aeb56a8fa%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

You can also customize each draft by adding a **cover image**, and updating the title, description, or focus keyword. These options help streamline the process and prepare the post for easy publishing.

### **Approving Blog Posts**<br>

When you’re ready, you can approve the blog post for finalization or reject it for further refinement.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-a457b524c9bcc9b79bdf84d80ef2a1e70a19a530%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dapta.ai/marketing-studio/approving-or-editing-your-articles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
