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

# Overview

> What AssetGullak does, and how these docs are organized.

## What is AssetGullak?

AssetGullak is a device and asset management platform for IT teams. It gives you one place to see every laptop, desktop, and server your company owns — who has it, what's installed on it, whether it's healthy — plus the physical assets that go with them: monitors, furniture, anything with a purchase date and a warranty.

Two things sit at the center of the product:

* **The Agent** — a small background program installed on each device, which reports health, software, and status back to your dashboard, and lets you run remote actions (restart, collect logs, run a script) without needing to physically touch the machine.
* **Policies** — rules you define once ("disk usage under 80%," "agent version up to date") that AssetGullak checks continuously, so you find out about a problem before someone has to file a ticket about it.

## Who this is for

If you're setting up AssetGullak for your company for the first time, you're probably one of two people:

* **Setting up the account** — start with [Creating your account](/getting-started/creating-your-account), then [Installing your first agent](/getting-started/installing-your-first-agent).
* **Joining a team that already has an account** — you'll have received an invite email; skip ahead to [Your first 10 minutes](/getting-started/your-first-10-minutes) once you've signed in.

## How these docs are organized

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket">
    Account setup, installing agents, and a tour of what you'll see on day one. Read this section top to bottom if you're new.
  </Card>

  <Card title="Core Concepts" icon="brain">
    How roles, policies, and alerts actually work under the hood. Come back here when something needs explaining, not necessarily on day one.
  </Card>

  <Card title="Features" icon="grid-2">
    Task-oriented pages for each part of the product — Devices, Assets, Commands, Reports, and your Subscription.
  </Card>

  <Card title="Agent Reference" icon="book">
    Deep technical detail on the agent itself and bulk network deployment — useful once you're past initial setup and managing a real fleet.
  </Card>
</CardGroup>

Ready? Start with [Creating your account](/getting-started/creating-your-account).
