# PsyNova #101: App Guide

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

{% stepper %}
{% step %}
**Step 1: Start Your Project**

1. **Connect Your Wallet: the PsyNova Dashboard:**
   * To begin, connect your wallet to PsyNova. This is a mandatory step to access the platform and receive free credits for creating your first AI agent.
   * First-time wallet connections are rewarded with free credits, allowing you to explore the platform’s features at no cost.
   * Afterward, additional credits can be earned by holding the $PSY token, which powers the PsyNova ecosystem.
2. **Access the PsyNova Dashboard:**
   * Click on the "Create AI Agent" button in the dashboard.
3. **Define Agent Parameters:**
   * Provide a name and operational purpose for your agent.
4. **Choose a Base Model:**
   * Select an LLM, such as LLAMA or QWEN, based on your project needs.
     {% endstep %}

{% step %}
**Step 2: Configure Capabilities**

* Add functionalities like API processing or WebSocket interactions.
* Use predefined workflows or customize logic for unique challenges.
  {% endstep %}

{% step %}
**Step 3: Launch and Manage**

* Test the agent using real-time inputs on the dashboard.
* Deploy in one click and track performance metrics in the monitoring suite.
  {% endstep %}
  {% endstepper %}


---

# 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.psynova.ai/psynova-101-app-guide.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.
