diff --git a/docs/agent/custom-instructions.mdx b/docs/agent/custom-instructions.mdx
index 28c299a..a54d023 100644
--- a/docs/agent/custom-instructions.mdx
+++ b/docs/agent/custom-instructions.mdx
@@ -1,13 +1,40 @@
# Custom instructions
+
It is possible to pass your own instructions that will be pre-loaded into the agent every time you use it.
This is useful for setting rules that are specific to you and how you want to use the agent on a day to day basis.
-You can set your custom instructions by clicking on **Settings > System** and adding to the *Custom instructions* section.
+You can set your custom instructions by clicking on **Settings > System** and adding to the _Custom instructions_ section.
![The Foundation model list is found on the System settings page](/img/agent/6-foundation-model.png)
+## Overview video
+
+
+
+
+
## Custom instruction examples
+
How you set up your instructions is up to you, but we recommend using a list. For example:
```text
@@ -16,4 +43,4 @@ How you set up your instructions is up to you, but we recommend using a list. Fo
- When sending an email always set the sender name to Operations Department
- When extracting sentiment from support tickets, only show me the email address of the user and if their sentiment was positive or negative, exclude other information.
-```
\ No newline at end of file
+```
diff --git a/docs/agent/example-videos.mdx b/docs/agent/example-videos.mdx
new file mode 100644
index 0000000..8dc500d
--- /dev/null
+++ b/docs/agent/example-videos.mdx
@@ -0,0 +1,30 @@
+# Example videos
+
+To demonstrate how to work with the AI Agent and selected tools you can take a look at the videos below for full walkthroughs.
+
+## Google Sheets and Pipedrive
+
+In this video we demonstrate how to use the AI Agent to import leads from a sheet in Google Sheets to the Pipedrive CRM. The video covers setup, authentication, prompt construction, running the prompt, scheduling and the use of custom instructions.
+
+
+
+
diff --git a/docs/agent/index.mdx b/docs/agent/index.mdx
index eb71567..64df541 100644
--- a/docs/agent/index.mdx
+++ b/docs/agent/index.mdx
@@ -10,6 +10,31 @@ The Agent is based around the same concept of tools as Superface for GPTs, but p
- Take advantage of a wide selection of pre-built tools for Google, Jira, Zendesk, and others.
- Create new tools for any API using browser a based interface.
-![An example prompt asking for Top Events from Mixpanel](/img/agent/index-agent-view.png)
+## Overview video
+
+
+
+
+
+##
diff --git a/sidebars.js b/sidebars.js
index 688b1f2..0328971 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -123,7 +123,8 @@ module.exports = {
// 'agent/updating-tools',
'agent/changing-models',
'agent/custom-instructions',
- 'agent/scheduling-tasks'
+ 'agent/scheduling-tasks',
+ 'agent/example-videos'
]
},
{