# Execute via Authorization

This guide outlines how to use authorized privileges (via Authz Exec) as an individual account or a DAO/SubDAO.

## Individual Account

### 1. Initiate Action

a. From the [home page](https://daodao.zone), select the Actions tab, indicated by the green arrow in the picture below.

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

b. From the Action Library, select the Authorizations tab and then Authz Exec.

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

### 2. Authz Exec

a. A new window for Authz Exec actions will populate. First paste the Osmosis address for the DAO you which you act on behalf of or search for it by name.

b. This account was granted privileges to stake, unstake, and restake on behalf of the DAO in [Grant Authz Exec](/docs/dao-management/authz/grant.md), thus it may perform any of these actions autonomously with the DAO's treasury funds.

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

### 3. Execute :key:

a. Below the action library, where publish would be on a traditional proposal, is an Execute button. When you have reviewed the details of your action, click this button to exectue the transaction. If successful, the changes will be made automatically.

## DAO/SubDAO

### 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/cOEACCzQiEaN2hxZVA8V" alt=""><figcaption></figcaption></figure>

### 2. Add Action

a. From the Action Library, select the Authorizations tab and then Authz Exec.

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

### 3. Authz Exec

a. A new window for Authz Exec actions will populate. First paste the Osmosis address for the DAO you which you act on behalf of or search for it by name.

b. This account was granted privileges to stake, unstake, and restake on behalf of the DAO, thus it may perform any of these actions autonomously with the DAO's treasury funds.

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

c. 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!

### 4. Vote

a. Once the proposal is live, you and other DAO members can vote. [Learn more about voting here!](/docs/dao-governance/proposals/how-to-vote-on-a-proposal.md)

b. If the DAO membership votes in favor of the proposal, all of 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/authz/execute.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.
