# Why Are My AWS Tags Not Showing Up in the Dashboard?

Sometimes AWS configurations need to be edited to enable tags to appear in the billing APIs such as Cost Explorer that Archera relies on.

## Activating Cost Allocation Tags

If you see that Archera is not surfacing expected tags in the segment analysis flow, a common issue is that cost allocation tags are not activated in your AWS billing account.

To rectify this you can check if your account has activated cost allocation tags & if not then activate them following the [tag activation process from AWS](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html).

## Enabling Cost & Usage Reports

If you are seeing no tags available to activate in the AWS console you may need to ensure AWS Cost & Usage Reports are also enabled.

## Refreshing Tags

If the cost allocation tags are active and still not showing up in Archera you can refresh them on the AWS Console following this flow:

**Console → Billing and Cost Console → Navigation → Cost Allocation Tags → Refresh**

After activating/refreshing tags it can take up to **24 hours** for AWS to surface the data in their APIs and for Archera to reflect the changes in your dashboard.

## Related Resources

* [How Long does it take for changes to my AWS resources to reflect in Archera?](/help-center/aws-faq/resource-lag.md)
* [Why is my dashboard a day or two behind?](/help-center/user-guide/dashboard-day-behind.md)


---

# 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.archera.ai/help-center/aws-faq/tags-not-showing.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.
