> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gizatech.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Giza with AI Agents

> Manage your Giza Agent by chatting with an AI assistant

Talk to an AI assistant to manage your Giza Agent using natural language. Deposit, withdraw, check your portfolio, switch strategies, and more -- just by asking.

<img src="https://mintcdn.com/gizatech/M0WliJpfK7a_XIoj/img/claude-demo.gif?s=b35d6bb9b1243fc46de022590b5c56e2" alt="Alt text" width="640" height="360" data-path="img/claude-demo.gif" />

## What You Can Do

* Check your portfolio and current yield
* Deposit and withdraw funds
* View your rewards and claim them
* Change your strategy and selected markets
* See your transaction history
* Get help setting up a new account

## Setup

Pick the AI client you want to use and follow the steps below.

<Tabs>
  <Tab title="Claude Desktop">
    <Steps>
      <Step title="Open Claude Desktop">
        Launch the Claude Desktop app on your computer.
      </Step>

      <Step title="Go to Settings">
        Click the gear icon to open **Settings**, then click **Customize**.
      </Step>

      <Step title="Add the Giza marketplace">
        Click **Connectors** in the sidebar, then click **Add marketplace**. Enter the following URL and click **Sync**:

        ```
        https://github.com/gizatechxyz/giza-hub
        ```
      </Step>

      <Step title="Install Giza skills">
        Go to **Skills** in the sidebar. You'll see "Giza skills" available. Click **Install**.
      </Step>

      <Step title="Start chatting">
        Open a new chat and ask anything -- for example, "How's my portfolio?" or "Help me get started."

        <Tip>
          You can also type `/giza` in the chat to invoke the skill directly.
        </Tip>
      </Step>
    </Steps>
  </Tab>

  <Tab title="Claude Code">
    <Steps>
      <Step title="Install Claude Code">
        If you haven't already, install Claude Code from [claude.com/claude-code](https://claude.com/claude-code).
      </Step>

      <Step title="Add the Giza marketplace">
        Run the following command:

        ```bash theme={null}
        /plugin marketplace add gizatechxyz/giza-hub
        ```
      </Step>

      <Step title="Install the plugin">
        ```bash theme={null}
        /plugin install giza-skills
        ```
      </Step>

      <Step title="Start chatting">
        Ask Giza questions directly in your Claude Code session.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Openclaw">
    <Steps>
      <Step title="Install Openclaw">
        ```bash theme={null}
        npm i -g openclaw
        ```
      </Step>

      <Step title="Install Giza">
        ```bash theme={null}
        npx clawhub@latest install giza
        ```
      </Step>

      <Step title="Start chatting">
        Open Openclaw and start asking Giza questions.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## First Time Login

On your first interaction, the AI will send you a login link. Open it in your browser to connect your wallet. After that, you're set -- future sessions will remember you.

## Example Prompts

Here are a few things you can ask:

* "Help me get started with Giza"
* "How's my portfolio doing?"
* "What's my current yield?"
* "Withdraw \$100"
* "What rewards have I earned?"
* "What protocols am I using?"
