1### Using the Assistant
2
3Once you have configured a provider, you can interact with the provider's language models in a context editor.
4
5To create a new context editor, use the menu in the top right of the assistant panel and the `New Context` option.
6
7In the context editor, select a model from one of the configured providers, type a message in the `You` block, and submit with `cmd-enter` (or `ctrl-enter` on Linux).
8
9### Inline assistant
10
11When you're in a normal editor, you can use `ctrl-enter` to open the inline assistant.
12
13The inline assistant allows you to send the current selection (or the current line) to a language model and modify the selection with the language model's response.
14
15### Adding Prompts
16
17You can customize the default prompts that are used in new context editor, by opening the `Prompt Library`.
18
19Open the `Prompt Library` using either the menu in the top right of the assistant panel and choosing the `Prompt Library` option, or by using the `assistant: deploy prompt library` command when the assistant panel is focused.
20
21### Viewing past contexts
22
23You view all previous contexts by opening up the `History` tab in the assistant panel.
24
25Open the `History` using the menu in the top right of the assistant panel and choosing the `History`.