# Overview

**Modules** compartmentalize the critical components of **Incari Studio**; these make up its *Interface*. They can be found under the `View` tab of the top menu.

The usefulness of **Modules** is evident, as they keep **Incari Studio's** *Interface* organized and customizable. It is possible to change the types of **Modules** visible in the *Interface* and to alter their placement based on personal preference. Check out the *Table of Contents* for further information on each **Module**.

## Contents

* [**Animation Editor**](/incari-studio/2024.1/modules/animation-editor.md)
* [**Asset Database**](/incari-studio/2024.1/modules/asset-database.md)
* [**Asset Manager**](/incari-studio/2024.1/modules/asset-manager.md)
* [**Attribute Editor**](/incari-studio/2024.1/modules/attribute-editor.md)
* [**Code Editor**](/incari-studio/2024.1/modules/code-editor.md)
* [**Console**](/incari-studio/2024.1/modules/console.md)
* [**Exporter**](/incari-studio/2024.1/modules/exporter.md)
* [**Image Sequence Editor**](/incari-studio/2024.1/modules/image-sequence-editor.md)
* [**Logic Editor**](/incari-studio/2024.1/modules/logic-editor.md)
* [**Global Preferences**](/incari-studio/2024.1/modules/global-preferences.md)
* [**Material Editor**](/incari-studio/2024.1/modules/material-editor.md)
  * [**Default Car Paint Model**](/incari-studio/2024.1/modules/material-editor/car-paint-model.md)
  * [**Default Extended PBR Model**](/incari-studio/2024.1/modules/material-editor/extended-pbr-model.md)
  * [**Default Glass Model**](/incari-studio/2024.1/modules/material-editor/glass-model.md)
  * [**Default PBR Model**](/incari-studio/2024.1/modules/material-editor/pbr-model.md)
  * [**Default Shadeless Model**](/incari-studio/2024.1/modules/material-editor/shadeless-model.md)
  * [**Default Phong Material**](/incari-studio/2024.1/modules/material-editor/phong-model.md)
* [**Model Editor**](/incari-studio/2024.1/modules/model-editor.md)
* [**Plugins**](/incari-studio/2024.1/modules/plugins.md)
* [**Profiler View**](/incari-studio/2024.1/modules/profiler-view.md)
* [**Project Outliner**](/incari-studio/2024.1/modules/project-outliner.md)
* [**Project Settings**](/incari-studio/2024.1/modules/project-settings.md)
* [**Scene Outliner**](/incari-studio/2024.1/modules/scene-outliner.md)


---

# 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.incari.com/incari-studio/2024.1/modules/overview.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.
