# Bucket Settings

## Overview

There are two main sections to this page:

1. The summary section
2. The detailed filterable chart.

The Summary section gives you counts for each of the tracked settings (more settings will be added as we go along). So if one in particular is of interest you can get a quick understanding if you have any buckets matching that.

The detailed filterable table is a list of the entire bucket catalog with a red / yellow / green association with the different bucket characteristics. This is somewhat arbitrary based on the value you place with each characteristic.

![Bucket Settings Overview](/files/qk7UamcqNZ8bAkJGzYmK)

### Bucket Summary

<figure><img src="/files/oUA4C3pTclNlEOhyPqq7" alt=""><figcaption><p>Bucket Summary</p></figcaption></figure>

This is a simple count of buckets matching for each bucket characteristic.

### Detailed Filterable Table

The table data is a list of the entire bucket catalog with a red / yellow / green association with the different bucket characteristics. This is somewhat arbitrary based on the value you place with each characteristic. Please [Contact Us](/contact-us.md) if you have opinions on what red / yellow / green means to you so we can get a consensus and make adjustments.

The table data is filterable in two ways: by AccountID and Region and then also at the table column heading. The data is filtered with `and` logic so as you apply more filters the data set gets smaller.

#### Filtering by AccountID and / or Region

<figure><img src="/files/9PcTmRLbYOdmwrZmt04X" alt=""><figcaption></figcaption></figure>

If you'd like to filter the list down to a particular account or accounts and / or a particular set of regions, you can do so with these inputs. Simply click into the field and you will be presented with a list of accounts or regions. You can search for and select one or as many as you like. By selecting values here you are pre-filtering the table before ever applying table filters.

<div align="center"><figure><img src="/files/sCnpIzsabCozagQ37Dob" alt=""><figcaption><p>Region Filter Example - 2 Regions Selected</p></figcaption></figure></div>

#### Filtering with Table Columns

<div align="center"><figure><img src="/files/lYq4DOxb59gksL75Hhtn" alt=""><figcaption></figcaption></figure></div>

Each column has this icon (![Bucket Filter icon](/files/4dimptHXJk3OngWeV8Qx)) in it.

This triggers the filter for this particular column. Each column will show all of the possible values in it that you can select and filter by. The values are also searchable. This is mostly applicable to the Bucket Name column as the other columns are binary. Once you've selected filter click Apply. The filter icon will change colors to represent you have selected that particular filter. It is very subtle because it is such a small icon, but if you are ever wondering why you may not be seeing your entire bucket list, look to see if you have column filters applied.

Here is an example of the first two columns where the `Public Access Blocked` filter has been applied:

<div align="center"><figure><img src="/files/tREb4LcfESsNLTmk4t7n" alt=""><figcaption></figcaption></figure></div>

You can clear a filter simply by clicking back in to the filter itself and clicking the `Clear` button.


---

# 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://help.cloudstoragesec.com/console-overview/monitoring/bucket-settings.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.
