content/manuals/docker-hub/repos/manage/information.md
Each repository can include a description, an overview, and categories to help users understand its purpose and usage. Adding clear repository information ensures that others can find your images and use them effectively.
You can only modify the repository information of repositories that aren't archived. If a repository is archived, you must unarchive it to modify the information. For more details, see Unarchive a repository.
The description appears in search results when using the docker search command
and in the search results on Docker Hub.
Consider the following repository description best practices.
Following these practices can help make the description more engaging and effective in search results, driving more relevant traffic to your repository.
Sign in to Docker Hub.
Select My Hub > Repositories.
A list of your repositories appears.
Select a repository.
The General page for the repository appears.
Select the pencil icon under the description field.
Specify a description.
The description can be up to 100 characters long.
Select Update.
An overview describes what your image does and how to run it. It displays in the
public view of your repository when the repository has at least one image. If
automated builds are enabled, the overview will be synced from the source code
repository's README.md file on each successful build.
Consider the following repository overview best practices.
Sign in to Docker Hub.
Select My Hub > Repositories.
A list of your repositories appears.
Select a repository.
The General page for the repository appears.
Under Repository overview, select Edit or Add overview.
The Write and Preview tabs appear.
Under Write, specify your repository overview.
You can use basic Markdown and use the Preview tab to preview the formatting.
Select Update.
You can tag Docker Hub repositories with categories, representing the primary intended use cases for your images. This lets users more easily find and explore content for the problem domain that they're interested in.
The Docker Hub content team maintains a curated list of categories.
{{% include "hub-categories.md" %}}
[!NOTE]
Auto-generated categories only apply to Docker Verified Publishers and Docker-Sponsored Open Source program participants.
For repositories that pre-date the Categories feature in Docker Hub, categories have been automatically generated and applied, using OpenAI, based on the repository title and description.
As an owner of a repository that has been auto-categorized, you can manually edit the categories if you think they're inaccurate. See Manage categories for a repository.
The auto-generated categorization was a one-time effort to help seed categories onto repositories created before the feature existed. Categories are not assigned to new repositories automatically.
You can tag a repository with up to three categories.
To edit the categories of a repository:
Sign in to Docker Hub.
Select My Hub > Repositories.
A list of your repositories appears.
Select a repository.
The General page for the repository appears.
Select the pencil icon under the description field.
Select the categories you want to apply.
Select Update.
If you're missing a category, use the Give feedback link to let us know what categories you'd like to see.