# Raycast

<figure><img src="https://2627198405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9mLpgMKJql1OpDNVdcbF%2Fuploads%2Fgit-blob-7889ce5f5418a667e5bfb7cd1f4924f6312b92eb%2Fspecify-raycast-extension.jpg?alt=media" alt=""><figcaption></figcaption></figure>

Our Raycast extension helps you search your design tokens and assets and use them in your favorite tools: Notion pages, Pitch presentations, Slack discussions, etc.

## Prerequisites

Please make sure you have:

* [Raycast](https://raycast.so/) installed
* A Specify account
* A Specify repository containing some design tokens and/or assets
* Generated a Personal Access Token for Raycast

{% hint style="info" %}
Need a personal access token? [Generate one ↗](https://specifyapp.com/user/personal-access-tokens)
{% endhint %}

## Supported Token types

You can sync the following [Token types](https://docs.specifyapp.com/v1/concepts/token-types) in Raycast:

* color
* bitmap
* vector

## Installation

1. Install the Specify Raycast extension from the Raycast store
2. Set your newly created Personal Access Token in Raycast

<figure><img src="https://2627198405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9mLpgMKJql1OpDNVdcbF%2Fuploads%2Fgit-blob-a79f9a4d043a6b4dc2b166bf9be4bdecda85e145%2Fraycast-extension-login.jpg?alt=media" alt=""><figcaption></figcaption></figure>

## Usage

### Search colors

<figure><img src="https://2627198405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9mLpgMKJql1OpDNVdcbF%2Fuploads%2Fgit-blob-91faba5d1f6bb449ff79717f4c2fc5dd60047dbe%2Fraycast-extension-colors.jpg?alt=media" alt=""><figcaption></figcaption></figure>

Are you looking for a specific color from your design system? Open Raycast and type in `Search Colors`.

The main action is to copy the hexadecimal value of your color. You can also access other actions like copying the value in RGBA or the name of the color by accessing the action menu via `Cmd + K`.

### Search bitmaps

<figure><img src="https://2627198405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9mLpgMKJql1OpDNVdcbF%2Fuploads%2Fgit-blob-21d1bf995eaae1f8d34c60679b64f0da0dd28bf6%2Fraycast-extension-bitmaps.jpg?alt=media" alt=""><figcaption></figcaption></figure>

Are you looking for a `.jpg` or `.png` file, such as a logo or photo of a team member? As with the previous search, open Raycast and type in `Search Bitmaps`.

### Search vectors

<figure><img src="https://2627198405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9mLpgMKJql1OpDNVdcbF%2Fuploads%2Fgit-blob-261faac9ef2faf1f358f322966ff4325bbcedb86%2Fraycast-extension-vectors.jpg?alt=media" alt=""><figcaption></figcaption></figure>

Are you looking for a `.svg` file, such as a logo or an icon? Just open Raycast and type in `Search Vectors`.


---

# 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.specifyapp.com/v1/apps-and-tools/raycast.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.
