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

# Project Resources

> View all resources associated with your Kodexa project in Studio, including document stores, data stores, modules, taxonomies, and project components.

The Project Resources page provides a consolidated view of all resources that are part of your project. Resources include document stores, data stores, modules, data definitions, and other components that make up your project's configuration.

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-resources-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=6fca4efed537f255be9576053c9405cc" alt="Project Resources grid showing resource names, types, and statuses" width="1440" height="900" data-path="images/studio/project/project-resources-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-resources-dark.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=60459b6e1174d4a28e237146b61b2e98" alt="Project Resources grid showing resource names, types, and statuses" width="1440" height="900" data-path="images/studio/project/project-resources-dark.png" />

## Resource Types

A project can contain the following types of resources:

* **Document Stores** — Storage containers for document families and their content
* **Data Stores** — Storage for structured extracted data
* **Modules** — Processing modules (infer, transformer, event) used in pipelines
* **Data Definitions** — Taxonomy schemas defining the structure of extracted data
* **Data Forms** — Interactive forms for data review and entry
* **Assistants** — AI-powered processing pipelines that orchestrate modules

## Managing Resources

From the resources grid, you can:

* **Search** — Filter resources by name or type
* **View Details** — Click a resource to see its full configuration
* **Navigate** — Jump to the resource's dedicated management page

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-resources-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=6fca4efed537f255be9576053c9405cc" alt="Resource detail view showing configuration and metadata" width="1440" height="900" data-path="images/studio/project/project-resources-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-resources-dark.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=60459b6e1174d4a28e237146b61b2e98" alt="Resource detail view showing configuration and metadata" width="1440" height="900" data-path="images/studio/project/project-resources-dark.png" />

<Tip>
  Use the resources page to get a quick inventory of everything in your project. This is especially useful when troubleshooting pipeline issues or reviewing project configuration.
</Tip>
