> For the complete documentation index, see [llms.txt](https://xignal.gitbook.io/xignal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xignal.gitbook.io/xignal/gameplay/glossary.md).

# Glossary

### AI Agent

Your personal in-game AI system used to complete Tasks and progress through Xignal.

### Agent Build

The current configuration of Hardwares installed on your in-game AI Agent.

### Hardware

Hardware installed on your Agent to improve its capabilities and efficiency.

### Hardware Slot

A slot used to install a Hardware. Each Agent starts with 4 slots and can expand up to 8.

### Rarity

The rarity level of a Hardware. Rarer Hardwares provide stronger capabilities and greater value.

### Runtime

The active operating time of a Hardware before it requires repair.

### Power

The capacity required to operate installed Hardwares.

### Task

An activity completed by your in-gameAI Agent to earn Assets.

### Research

A Task focused on generating Data.

### Analysis

A Task used to obtain Xignal Fragments and potentially discover a complete Xignal.

### Engineering

A Task focused on generating Components.

### Assets

Resources and items used throughout Xignal: Data, Hardwares, Components, Xignal Fragments, and Xignals.

### Data

A core resource used across the Xignal ecosystem.

### Component

A resource used to craft and maintain Hardwares.

### Xignal Fragment

A piece of a Xignal obtained through Analysis.

### Xignal

A valuable Asset that can be committed to a Pool through Extract.

### Skills

Agent abilities that improve specific areas of performance: Efficiency, Research, Analysis, and Engineering.

### Workshop

The system used to craft new Hardwares from resources.

### Black Market

Xignal’s player-driven Marketplace for buying and selling Hardwares.

### Extract

The main game mechanic used to commit Xignals to a Pool and enter for a chance to win a reward.

### Pool

A reward pool where committed Xignals count as entries and a winner is selected randomly.

### $XIGN

The utility token used across Xignal gameplay and distributed through Extract Pools.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://xignal.gitbook.io/xignal/gameplay/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
