# Workshop

This workshop should take about 30-35 mins.

**We will be using :**&#x20;

1. Watson Studio. This is where the magic happens. We will create a custom image recognition model.
2. Visual Recognition. It is very difficult to train an image recognition model from scratch. So we start from the already amazing Watson visual recognition as base and train on our specific images on top.
3. Object storage. The images and model need a space to be stored in. We use cloud object storage to have a secure and reliable storage for our image assets and model files.&#x20;


---

# 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://watson-workshops.gitbook.io/visual-recognition/workshop-1.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.
