# 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.
