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

# Setting up workspace

Once you are signed in and familiar with the interface, a few quick configuration steps will make Peak feel like your own.

## Display preferences

Display settings live in the top-right of the header. They apply across every command and persist across sessions.

<CardGroup cols={2}>
  <Card title="Currency" icon="dollar-sign">
    Set your preferred display currency. All price and valuation fields respect this selection.
  </Card>

  <Card title="Timezone" icon="globe">
    Set your timezone. All timestamps and date ranges are displayed in your local time.
  </Card>
</CardGroup>

## Watchlists

Watchlists let you group the Objects you track most often — tokens, protocols, wallets, or other entities. Watchlists are accessible from the navigation and can be used as the basis for screeners and alerts.

To create a watchlist:

<Steps>
  <Step title="Open the watchlist section">
    Navigate to the watchlist area from the main navigation.
  </Step>

  <Step title="Create a new list">
    Give it a name that reflects what you are tracking.
  </Step>

  <Step title="Add Objects">
    Search for tokens, protocols, or wallets and add them to the list.
  </Step>
</Steps>

## Alerts

Alerts notify you when specific conditions are met — price movements, volume changes, wallet activity, or other on-chain events.

To set up an alert:

<Steps>
  <Step title="Choose an Object">
    Navigate to the Object you want to monitor.
  </Step>

  <Step title="Open the alerts panel">
    Locate the alerts option within the relevant command.
  </Step>

  <Step title="Define your condition">
    Set the trigger criteria and notification preferences.
  </Step>
</Steps>

<Tip>
  Start with a small number of high-signal alerts. It is easier to add more later than to filter out noise from too many notifications.
</Tip>

## Suggested workflow

Many users find this sequence helpful for the first session:

1. Set currency and timezone.
2. Create one watchlist for assets you track most closely.
3. Add two or three alerts on conditions that matter to your workflow.
4. Spend time in the commands relevant to your role — see [Guides & Workflows](/docs/guides) for role-specific recommendations.

## Next steps

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="cube" href="/docs/core-concepts/mental-model/object-command-architecture">
    Understand the Object + Command model in depth.
  </Card>

  <Card title="Guides & Workflows" icon="briefcase" href="/docs/guides-workflows">
    See practical walkthroughs organized by role and by task.
  </Card>
</CardGroup>
