# Account aliases

You set and remove account aliases for you accounts using [create account alias](/command-line-usage/account/create-account-alias.md) and [delete account alias](/command-line-usage/account/delete-account-alias.md) commands, respectively.&#x20;

Here's how you create account alias:

```bash
tkm org accounts create-alias \
  --account-id 123456789012 \
  --alias my-alias
```

And here's how to remove it:

```bash
tkm org accounts delete-alias --account-id 123456789012
```


---

# 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://organizations.takomo.io/accounts/account-aliases.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.
