# Change package name or description

You can add a package name and package description when you create a package. See our [Create a package](/tutorials/create-a-package.md) tutorial for more.

After a package is created, you can change your package name and package description in one of two places.&#x20;

### An institution's list of packages

From your institution's list of packages, find the three vertical dots icon to the right of any package.

![Click the three vertical dots to the right of a package to find edit package name or description.](/files/lZrR1hJaFbDMS2VySwfF)

After clicking on either Edit package name or Edit description you'll get a popup that will have your current package name or description pre-filled. Edit the text, and when done click **Update**.

### Within a package

From within any package, find the tab called **Edit Details**.&#x20;

![Find the Edit Details tab to edit either package name or description.](/files/AA6g79KaVzPircgIyK6f)

Click the pencil to the right of Package name or Package description to get a popup that will have your current package name or description pre-filled. Edit the text, and when done click **Update**.


---

# 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://docs.unsub.org/how-to-guides/change-package-name-or-description.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.
