# Test Workspace

Now, that the Workspace is connected, we do a quick test to ensure everything's working.

{% hint style="warning" %}
**Visual Studio Code**

From now on, we are going to use Visual Studio Code and its built-in console.

* [Download and install Visual Studio Code](https://code.visualstudio.com/Download)
  {% endhint %}

In your Workspace there is a `vs-code.code.workspace` file, and double-clicking this file will start Visual Studio Code.

<figure><img src="/files/rh7JNuobgBck4M2z2NZP" alt=""><figcaption><p>The BoomiConsole Workspace, opened in Visual Studio Code</p></figcaption></figure>

Let's **GET a CMOPONENT's metadata**

Go to your Boomi Repository and get the ComponentId of any Process which you want to test first:

<figure><img src="/files/LnVQEcaxdWekPm3Kyt1z" alt=""><figcaption><p>Get a Process ComponentId</p></figcaption></figure>

```batch
bc COMP GET /c ca27faab-{yourComponentId}
```

<figure><img src="/files/YOOUA7PzusfznnwtW1le" alt=""><figcaption></figcaption></figure>


---

# 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://boomi.markusschmidt.pro/boomi-console/installation/setup-a-workspace-and-connect/test-your-project.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.
