Skip to main content
All CollectionsGriptape Cloud
Get Started with Assistants
Get Started with Assistants

Learn about Griptape assistants and how to use them

D
Written by Derek Pai
Updated over 2 weeks ago

AI applications don't always need to be complex to get the job done. Sometimes, all you need is a quick way to give an LLM secure access to your data. If you'd like to build and test a simple chat app that has access to your data sources, create an assistant.

What are assistants?

Assistants are a special type of Griptape chatbot agent structure that can be created easily in less than a minute, without writing or deploying any code. They offer much of the same functionality provided by agent structures, through a simple configurable interface.

Assistants can be configured to use Griptape Cloud resources such as knowledge bases, rulesets, and tools. Once your assistant is created, you can immediately begin chatting with it by sending a message on the following screen.

Assistant runs

Assistant runs are individual executions of an assistant.

Once you have created an assistant, you can run it by sending messages. You can then view details for your runs, including sent and received messages and run configurations.

How to create an assistant

Follow these steps to create and use a simple chat assistant.

  1. Navigate to the Assistants page.

  2. Click Create assistant.

  3. Give your assistant a name and description (optional).

  4. Select your knowledge base from the Knowledge bases dropdown menu.

  5. Click Create to submit the form.

How to use an assistant

Once your assistant has been created, you will be directed to the assistant chat screen. Type a message to start a conversation thread with your new assistant. Try asking it something about your data!

You can return to a previous conversation by selecting the corresponding thread in the Run Config panel to the right. Alternative, you can clear the conversation thread or start a new one.

Pro Tip:

Add a ruleset to provide your assistant with instructions and guidance for how it should behave.

Did this answer your question?