# Enhanced visibility

Enhanced visibility gives you a new perspective to explore and investigate errors in your .NET application.

By default, enhanced visibility gives insights into nearly everything that occurs in your app. \
This includes but is not limited to:

1. Method execution order.
2. Method Internal updates.
3. Exceptions.
4. Memory usage and GC performance.

We advise setting up sampling on projects with a high number of concurrent connections. Our billing model won't charge based on the throughput of messages; however, having many connections can cause bandwidth and storage usage spikes.


---

# 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.cyphor.net/code-guard/enhanced-visibility.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.
