# Introduction

Inspector is a **Code Execution Monitoring** tool that helps software developers to identify bugs and bottlenecks in their application automatically. Before users stumble onto the problem.&#x20;

Installing our library you will be able to visualize what your application is doing on every execution cycle, and identify unexpected behavior at a glance.

![](https://2873457055-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ51SrLj6qvIRejC1XD%2Fuploads%2FHbZQw8pATi2zTR3ykWK3%2FHome.png?alt=media\&token=5939203c-aea5-484f-807d-82c9a1d369d6)

This documentation will help you to start working with Inspector in just a few minutes, as well as support if you get stuck.

Below are the supported technologies. Choose the one your application is built with.

### Supported Platforms

{% content-ref url="../guides/laravel" %}
[laravel](https://docs.inspector.dev/guides/laravel)
{% endcontent-ref %}

{% content-ref url="../guides/symfony" %}
[symfony](https://docs.inspector.dev/guides/symfony)
{% endcontent-ref %}

{% content-ref url="../guides/codeigniter" %}
[codeigniter](https://docs.inspector.dev/guides/codeigniter)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://docs.inspector.dev/concepts/broken-reference)
{% endcontent-ref %}

{% content-ref url="../guides/raw-php" %}
[raw-php](https://docs.inspector.dev/guides/raw-php)
{% endcontent-ref %}

{% content-ref url="../guides/slim" %}
[slim](https://docs.inspector.dev/guides/slim)
{% endcontent-ref %}

{% content-ref url="../guides/neuron-ai" %}
[neuron-ai](https://docs.inspector.dev/guides/neuron-ai)
{% endcontent-ref %}

### Security and compliance

Inspector is committed to deliver a powerful and easy-to-use monitoring platform while keeping your data secure. The security of our systems is of the utmost importance and we consistently aim to improve our security posture by building it into every layer of our products.

#### Encryption of data

Inspector datastores and their client communications are encrypted throughout the Inspector platform both in transit and at rest.

#### At rest

Our storage and analysis infrastructure is not accessible from the public internet and data are encrypted at the sotrage level. This helps mitigate the risk of unintentional or malicious access to user data.

#### In transit

All connections with Inspector API are secured by an industry-standard 256-bit HTTPS Encryption.

### Performance

Inspector is designed to be completely transparent from your users point of view. It collects and sends data to our inspection API asynchronuosly. This means that it doesn't introduce any latency in your code execution.&#x20;

### Contcacts

* Email: <support@inspector.dev>
* Website: <https://www.inspector.dev>
* Blog: <https://www.inspector.dev/blog>
* GitHub organization: <https://github.com/inspector-apm>


---

# 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.inspector.dev/concepts/master.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.
