# UA Exclusion

> **SUCCESS**
>
> **What is UA (User Agent) Exclusion?**
>
> UA (User Agent) refers to software (mainly web browsers) and hardware that perform processing and communication on behalf of users.
>
> UA Exclusion is a feature that excludes access from specific software or hardware from analysis.

## Benefits of This Feature

By using this feature, you can benefit from the following:

**Accurate Data Analysis:** By excluding non-human access such as bots, you can perform analysis based on more accurate user behavior data.

**Flexible Exclusion Settings:** In addition to default settings that automatically exclude 100+ types of bots, you can customize exclusion rules using specific keywords or regular expressions. 🔍 [See detailed list here](/en/insight/setting/ua-exclusion.md)

**Consistent Data Measurement:** The exclusion rules you set are applied to both Insight and Experience features, allowing you to measure data under consistent conditions.

## Common Use Cases

This feature is helpful in the following scenarios:

**When you want to exclude search engine bots:** Access from crawlers such as Googlebot becomes analysis noise, so by excluding it, we measure only pure user access.

**When you want to exclude access from your own monitoring tools:** Tools that monitor site uptime and other regular internal access are excluded from analysis.

**When you want to exclude access from specific applications:** Traffic from in-app browsers and other sources that don't match your analysis goals are excluded.

## Configuration Method

**Access Basic Settings** Navigate to Basic Settings > Project > UA Exclusion

**Customize Settings** Select "Customize"

```
Enter UA keywords and save

Multiple UA input: Click the "Add" button to display a new input field
```


---

# 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://helps.ptengine.com/en/insight/setting/ua-exclusion.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.
