# For Attestation Issuers

The pages in this section contain all the relevant information needed to get set up as an issuer and start issuing attestations directly into the Verax Attestation Registry.

The overall steps for getting up and running include the following:

1. [Create and register a Schema](https://docs.ver.ax/verax-documentation/developer-guides/for-attestation-issuers/create-a-schema)
2. [Optionally create one or more Module(s)](https://docs.ver.ax/verax-documentation/developer-guides/for-attestation-issuers/create-a-module)
3. [Optionally register one or more Module(s)](https://docs.ver.ax/verax-documentation/developer-guides/for-attestation-issuers/register-a-module)
4. [Create a Portal contract](https://docs.ver.ax/verax-documentation/developer-guides/for-attestation-issuers/create-a-portal)
5. [Register a Portal contract](https://docs.ver.ax/verax-documentation/developer-guides/for-attestation-issuers/register-a-portal)
6. [Start creating your attestations](https://docs.ver.ax/verax-documentation/developer-guides/for-attestation-issuers/create-an-attestation)

All these steps can be done in three different ways:

* manually calling the smart contracts
* using a blockchain explorer such as [Lineascan](https://lineascan.build/)
* using the official Verax SDK

We will go over the three ways in the following sections.


---

# 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.ver.ax/verax-documentation/developer-guides/for-attestation-issuers.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.
