# .beam Directory

![](/files/-MSTWUZ3tyYp4bqw4oAl)

BEAM uses a cache file ( .beam ) based system to store and communicate data between the software.

While using BEAM in Rhino and Revit you can **set**, **reset** and **open** the .beam directory.

By default, the *.beam* directory is located at:&#x20;

```
C:\Users\%username%\AppData\Local\Beam\Temp
```

{% hint style="success" %}
To collaborate with others, set up a directory on a **shared network drive**. When all team members point BEAM to the same path, the *.beam* files can be shared across the team.
{% endhint %}

{% hint style="info" %}
The **local Temp folder** holds up to 50 *.beam* files. Any **custom directory** has no limit.

Remember to perform **periodic cleanups** of custom *.beam* directories to save disk space.
{% endhint %}


---

# 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://wiki.mksdtech.com/beam/beam-for-rhinoceros/beam-directory.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.
