# Quickstart

To start using ChainJet, connect your wallet and sign the message. We use the standard [ERC-4361](https://eips.ethereum.org/EIPS/eip-4361) to ensure a secure authentication.

<figure><img src="https://lh7-us.googleusercontent.com/qSOGeT_WWjbNJZhbXvMuolHGM80lTYF4y1rG9hWjlxpXCM1WCJTphn53b0LREi1nJ-lSC13CXqoigLAeBK8J9DOj25dr73Gnimw375mIiH9_CTtoJw2pYhetBE_EnDilivFciMRIIQhVnXe0ZM2QbSA" alt=""><figcaption></figcaption></figure>

After you sign in, you'll find yourself on the Dashboard page, where you'll have different options to get started.

<figure><img src="/files/k1vDXMbLo59x1sxPLAsX" alt=""><figcaption></figcaption></figure>

***"Create Workflow" -*** It creates an empty workflow. You can add any triggers and actions to automate any kind of task.

***"Blockchain Notifications" -*** In this section, you'll find a simplified wizard to create notification-based workflows for blockchain events, token transfers, and more. Select the trigger for your workflow (the event you want to be notified on). You have four options: Tokens received on an address, NFTs received on an address, Transactions made on an address, or new events by smart contracts across 16 different blockchains.

<figure><img src="/files/Yytt91pwLa30b6rUcEqa" alt=""><figcaption></figcaption></figure>

Then, select where you want to be notified: Email, Discord, Telegram, or DMs via XMTP. Finally, connect your account, and your workflow is complete. You will start receiving notifications on the selected event!

<figure><img src="/files/9yXfkW8oLq9kFCkyiFzo" alt=""><figcaption></figcaption></figure>

***“Schedule Task” -*** Easily schedule a task to be executed at a specific date and time. Use the Select Task button to choose the task to schedule, and then enter when it should happen.

<figure><img src="/files/efR0YR9UyODHXItcfrXq" alt=""><figcaption></figcaption></figure>


---

# 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.chainjet.io/quickstart.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.
