> For the complete documentation index, see [llms.txt](https://docs.metatrust.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metatrust.io/getting-started.md).

# Getting Started

- [Getting Started with MetaScan](https://docs.metatrust.io/getting-started/getting-started-with-metascan.md): Discover the power of MetaScan: Your essential tool for secure smart contract and Web3 project scanning
- [Sign-Up and Sign-In](https://docs.metatrust.io/getting-started/getting-started-with-metascan/sign-up-and-sign-in.md)
- [Set Up an Integration (Optional)](https://docs.metatrust.io/getting-started/getting-started-with-metascan/set-up-an-integration-optional.md): If you plan to scan your GitHub repositories for vulnerability, you need to setup an integration and grant access of your repositories to MetaScan.
- [Add Projects](https://docs.metatrust.io/getting-started/getting-started-with-metascan/add-projects.md): MetaScan assists users in scanning problematic projects to identify vulnerabilities in them. You first need to add a project.
- [Scan for Vulnerabilities](https://docs.metatrust.io/getting-started/getting-started-with-metascan/scan-for-vulnerabilities.md): We support flexible configuration of scanning parameters, mainly engine configuration and standardized configuration, before the project starts to be scanned.
- [View Scan Results](https://docs.metatrust.io/getting-started/getting-started-with-metascan/view-scan-results.md): After completing the scan, users can view the details of the scan results.
- [Generate and Download Scan Reports](https://docs.metatrust.io/getting-started/getting-started-with-metascan/generate-and-download-scan-reports.md): After the project is scanned, the system will automatically generate a security report for the project, and users can download the report on demand to view the details.
- [How to use Security Prover](https://docs.metatrust.io/getting-started/how-to-use-security-prover.md): A step-by-step guide for using the scanning engine Security Prover on MetaScan


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.metatrust.io/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
