# Concepts

RagaAI Catalyst offers a cutting-edge evaluation and observability suite for GenAI applications. The complete user workflow of the application rests on a few basic concepts, which are highlighted below:

### **Projects**:

A Catalyst Project is the central hub where all datasets, experiments, evaluations, analyses, and comparisons are organised and stored. Projects can be likened to enterprise use-cases, meaning all evaluations and experiments related to different use-cases can have their separate space within the application.

### **Datasets**:&#x20;

Catalyst Datasets can be thought of like spreadsheets. These allow for a row-and-column view of your uploaded/traced data. Typically, these are structured with rows containing individual prompts, and each column containing related data, for e.g, context, response, metrics computed, metadata, etc. As with spreadsheets, users can add rows (more data) and columns (new evaluations) to the dataset dynamically.

### **Traces**:&#x20;

Traces refer to the real-time logs of a deployed GenAI application. RagaAI Catalyst allows SDK-based tracing of LLM inferences in real-time via SDK commands (for more details, refer this [page](/ragaai-catalyst/agentic-testing/concepts/tracing.md)).

### **Metrics/Evals**:

Metrics are quantitative measures used to assess various aspects of application performance. They can include Hallucination, Response Completeness, Context Precision, Toxicity, etc. Metrics help you understand how well your applications are performing and where improvements may be needed.


---

# 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.raga.ai/ragaai-catalyst/concepts.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.
