# Audit Overview

Smart contract auditing is a comprehensive process of examining and evaluating the code of smart contracts on a blockchain. The goal is to ensure the security, reliability, and correctness of smart contracts in order to minimize potential risks and vulnerabilities.&#x20;

We have introduced three parts of the content. In Auditing Scope, we outline the main vulnerabilities that can be audited, but are not limited to them. In the Vulnerabilities Description, we detail the characteristics of different vulnerability types. In Cases Study, we have provided an introduction to vulnerabilities specific to ERC20 token projects, NFT projects, and commonly occurring high-risk vulnerabilities in DeFi.&#x20;

{% content-ref url="/pages/IK8GhqpMVnk1PlcghEqA" %}
[Auditing Scope (Solidity)](/untitled/audit/auditing-scope-solidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/jzX0tx0j8anlNGAMJ1Oy" %}
[Vulnerabilities Description](/untitled/audit/vulnerabilities-description.md)
{% endcontent-ref %}

{% content-ref url="/pages/MVueB3r7edjQq2MhdLoo" %}
[Cases Study](/untitled/audit/cases-study.md)
{% endcontent-ref %}


---

# 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.salusec.io/untitled/audit/audit-overview.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.
