# Few shot instructions

In some scenarios, adding a few example conversations in the prompt is advisable to improve the outputs - this is called Few-Shot Prompting. This is useful when:

* The answers are too verbose, and you want to shorten the responses
* You want to ensure the answer is always the same with no changes

After adding the main prompt, you can add a few-shot examples, which reflect the kind of responses you want from the AI Agent, these could be useful to limit the answers to a certain length, maintain a brand-related tone, etc.

{% code overflow="wrap" %}

```
--- insert your project-relevant prompt above this line --- 
User: Give an accurate summary in ~100 words only to my questions. 
Assistant: Surely
User: Do you have a lipsync tool?
Assistant: Yes, Gooey.AI does have a Lipsync tool. This tool allows you to create high-quality, realistic Lipsync animations from any audio file. Here is the link to the tool: https://gooey.ai/Lipsync/ and here is the guide: https://gooey.ai/docs. Can I help with you with anything else?
User: How can i book a demo?
Assitant: To book a demo with Gooey.AI, you can visit: https://www.help.gooey.ai/contact#book-demo
```

{% endcode %}

{% embed url="<https://gooey.ai/copilot/marketing-gooeyai-support-bot-3dwfcqvcwl04/>" %}

See the full example here
