# Update appearance

Once your DAO has been created, any changes to its image, name, or description will need to be done through a proposal and vote.

Check out our YouTube channel for video guides for changing DAO [image](https://youtu.be/TiE0-fQaUVg), [name](https://youtu.be/LJbzUymmVmI), or [description](https://youtu.be/hfuaIGqYBJA)

## 1. Create Proposal

a. From your DAO page, example circled in green, click the Proposal tab, indicated by the yellow arrow.

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

b. Create a new proposal by clicking the +Proposal button.

c. Give your proposal a title and description.

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

{% hint style="info" %}
Voting parameters, shown at the bottom of the above photo, are set at DAO creation and would need a separate proposal to be changed.
{% endhint %}

d. From the Action Library, select the Appearance tab and click on Update Info.

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

e. This will populate the below tab, where you can select/upload a new image to use for your DAO, change your DAO name, or description.

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

f. At the bottom of the screen will be an option to publish your proposal. Once you have reviewed your changes, publish your proposal to start the vote!

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

## 2. Vote

a. Once the proposal is live, you and other DAO members can vote. If the majority of votes have been cast and the outcome of the vote is decided, the vote can be ended early via the execute button found on the proposal's page.

<figure><img src="/files/9tRnBY6m89RVCtnKlmwv" alt=""><figcaption></figcaption></figure>

b. If the DAO membership votes in favor of the appearance change, the change will happen automatically at the close of the voting period.


---

# 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://dao-dao-docs.gitbook.io/docs/dao-management/update-info.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.
