# 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: 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.metatrust.io/getting-started.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.
