Working with generative AI

To get started with working with generative AI, understand the overall workflow, choose a tutorial, and check out other learning resources for working on the platform.

Your prompt engineering workflow has these basic steps:

  1. Create a project.

  2. Verify that a service instance that provides the tool you want to use is installed and enabled.

  3. Choose a tool to prompt foundation models. Each of the tutorials describes a tool.

  4. Save and share your best prompts.

Tutorials for working with generative AI

Each tutorial provides a description of the tool, a video, the instructions, and additional learning resources:

Tutorial Description Expertise for tutorial
Prompt a foundation model using Prompt Lab Experiment with prompting different foundation models, explore sample prompts, and save and share your best prompts. Prompt a model using Prompt Lab without coding.
Prompt a foundation model with the retrieval-augmented generation pattern Prompt a foundation model by leveraging information in a knowledge base. Use the retrieval-augmented generation pattern in a Jupyter notebook that uses Python code.