> For the complete documentation index, see [llms.txt](https://help.doctorlogic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doctorlogic.com/docs/general/doctorlogic-dashboard-training-videos/articles-how-to-update-a-blog-posts-featured-image.md).

# Articles - How to update a blog post's featured image

#### 1. Log in to your DoctorLogic Admin Portal at <https://admin.doctorlogic.com>. Then click "CONTENT"

<figure><img src="https://images.tango.us/workflows/f6c34b49-1d06-4700-817a-25de2bfc5bbb/steps/2106857c-6d1c-47d5-b66c-0d6f6aeb389c/af3aba31-9b95-4760-9d60-949bf4062e16.png?fm=png&#x26;crop=focalpoint&#x26;fit=crop&#x26;fp-x=0.1078&#x26;fp-y=0.2796&#x26;fp-z=3.2360&#x26;w=1200&#x26;ar=1920%3A887" alt=""><figcaption></figcaption></figure>

#### 2. Click on Articles

<figure><img src="https://images.tango.us/workflows/f6c34b49-1d06-4700-817a-25de2bfc5bbb/steps/76930b06-d245-4309-9671-98e52bf5a31d/eca2614d-073d-46c5-ac26-6460cc34faf3.png?fm=png&#x26;crop=focalpoint&#x26;fit=crop&#x26;fp-x=0.0578&#x26;fp-y=0.3585&#x26;fp-z=2.4060&#x26;w=1200&#x26;ar=1920%3A887" alt=""><figcaption></figcaption></figure>

#### 3. If you want to create a new post, click "NEW POST".

<figure><img src="https://images.tango.us/workflows/f6c34b49-1d06-4700-817a-25de2bfc5bbb/steps/cf3dc13a-7c0a-4cc3-acc4-00bbbab15673/4590be3c-e261-4358-91fb-e7e68e809631.png?fm=png&#x26;crop=focalpoint&#x26;fit=crop&#x26;fp-x=0.2823&#x26;fp-y=0.4994&#x26;fp-z=1.3501&#x26;w=1200&#x26;ar=1920%3A887" alt=""><figcaption></figcaption></figure>

#### 4. If you want to modify the photo for an EXITING blog post, find the post and click the pencil "EDIT" button

<figure><img src="https://images.tango.us/workflows/f6c34b49-1d06-4700-817a-25de2bfc5bbb/steps/b0ad9a59-1b3f-4ce3-86db-19c3773db3a1/543de277-faa9-4c55-b82d-50de26ec675a.png?fm=png&#x26;crop=focalpoint&#x26;fit=crop&#x26;fp-x=0.6625&#x26;fp-y=0.7238&#x26;fp-z=3.2653&#x26;w=1200&#x26;ar=1920%3A887" alt=""><figcaption></figcaption></figure>

#### 5. Once the blog post loads, click the pencil "EDIT" button for the featured image if that is the image you would like to modify.

<figure><img src="https://images.tango.us/workflows/f6c34b49-1d06-4700-817a-25de2bfc5bbb/steps/61d062f0-4af5-46c5-a365-5876c694ab68/a0923834-3adb-4f65-9c10-6f8266ade87d.png?fm=png&#x26;crop=focalpoint&#x26;fit=crop&#x26;fp-x=0.6430&#x26;fp-y=0.3286&#x26;fp-z=3.1112&#x26;w=1200&#x26;ar=1920%3A887" alt=""><figcaption></figcaption></figure>

#### 6. Click on REPLACE IMAGE

That's it!

<figure><img src="https://images.tango.us/workflows/f6c34b49-1d06-4700-817a-25de2bfc5bbb/steps/fec94126-4796-46c2-8ca0-eec359120eef/75eb16fe-3b71-4b9c-a6aa-3ce684297c44.png?fm=png&#x26;crop=focalpoint&#x26;fit=crop&#x26;fp-x=0.6026&#x26;fp-y=0.6156&#x26;fp-z=2.2222&#x26;w=1200&#x26;ar=1920%3A887" 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://help.doctorlogic.com/docs/general/doctorlogic-dashboard-training-videos/articles-how-to-update-a-blog-posts-featured-image.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.
