# Learn 80% of Shade in 2 minutes

Most of the ways you will use Shade on a day-to-day can be learned in [2 minutes](https://www.youtube.com/watch?v=qiTMrJkC40Q).

{% stepper %}
{% step %}

## Use natural language in your AI search

Our neural search works best when you use natural language instead of tags. You can also search an individual folder instead of the current drive with **`cmd/ctrl+f`**. Alternatively, you can access the AI Search via our Command Pallete with **`cmd/ctrl+k`**

<figure><img src="https://450378260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUNq6h2Bfw7aAK0J2ffnZ%2Fuploads%2FvfgYoXp8nrzjzlUI2GUX%2FAISearch.gif?alt=media&#x26;token=f4255333-65eb-4094-b74e-2aa8d9cbd31f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Filter for specific attributes

Get granular with filters on file level attributes or custom metadata.

<figure><img src="https://450378260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUNq6h2Bfw7aAK0J2ffnZ%2Fuploads%2FwB4z8P9wipw7q6TnTQcF%2FFilter.gif?alt=media&#x26;token=dfdeff38-6c6d-4576-9243-489c50f56108" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Share externally with invites or published links

Right click on any folder or asset to invite collaborators via email or send out published links that can be accessed by anyone.

<figure><img src="https://450378260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUNq6h2Bfw7aAK0J2ffnZ%2Fuploads%2F6oxTdQ5pRDeIbIZFDHFr%2FShare.gif?alt=media&#x26;token=e740acdc-284e-4ae4-b7d3-82adc1d3b592" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Manage your ShadeFS mount

ShadeFS works by allotting cache space on your computer or an external directory. After you set up ShadeFS, you can adjust these settings and get to work by hitting “mount” on any drive on the left panel. Right-click any file or folder and select "Pin to Cache" to keep important assets available offline for instant access.

<figure><img src="https://450378260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUNq6h2Bfw7aAK0J2ffnZ%2Fuploads%2FhNAGxIoBDiQ9hymwVQHZ%2FMount.gif?alt=media&#x26;token=6b727aee-2596-4f0b-a846-869e4d16cec6" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

## Put it all together

Start with an AI search to find what you are looking for, review the comments, and open the file locally to start working.

<figure><img src="https://450378260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUNq6h2Bfw7aAK0J2ffnZ%2Fuploads%2FqmQKUjOWbFmAlnA8wsim%2FAll-Together.gif?alt=media&#x26;token=62720867-4562-4cbc-93fe-67e4db730824" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# 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://academy.shade.inc/getting-started/learn-80-of-shade-in-2-minutes.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.
