# MarketGuard FAQ

## MarketGuard FAQ

- [MarketGuard](https://help.marketguard.io/marketguard.md): Plug-and-play AML & KYC solution for a blockchain business
- [Client onboarding](https://help.marketguard.io/marketguard/client-onboarding.md): Client onboarding and continuous monitoring
- [Client risk profiling](https://help.marketguard.io/marketguard/client-risk-profiling.md): Once a client has provided the required information, MarketGuard helps an AML officer needs to define a risk level of this client.
- [Transaction monitoring (KYT)](https://help.marketguard.io/marketguard/transaction-monitoring-kyt.md): Once a transaction is added to a MarketGuard database, it is automatically checked against a number of parameters
- [Adding a transaction manually via GUI](https://help.marketguard.io/marketguard/transaction-monitoring-kyt/adding-a-transaction-manually-via-gui.md): You can add a transaction to MarketGuard manually using our web GUI
- [Adding a transaction manually via CSV](https://help.marketguard.io/marketguard/transaction-monitoring-kyt/adding-a-transaction-manually-via-csv.md): You can add a transaction to MarketGuard manually uploading a CSV file
- [Case management](https://help.marketguard.io/marketguard/case-management.md): If a transaction or a group of transactions receives a red flag, it will be included in a KYT case.
- [Use cases](https://help.marketguard.io/marketguard/use-cases.md): How MarketGuard can help different blockchain businesses
- [Glossary](https://help.marketguard.io/marketguard/glossary.md): Look up a word to get its definition or description
- [Integration guide](https://help.marketguard.io/marketguard/integration-guide.md): Step-by-step guidelines to start using MarketGuard
- [API reference](https://help.marketguard.io/api-reference.md)
- [Transactions](https://help.marketguard.io/api-reference/transactions.md)
- [Addresses](https://help.marketguard.io/api-reference/addresses.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.marketguard.io/marketguard.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.
