> For the complete documentation index, see [llms.txt](https://docs.agenticflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agenticflow.ai/learn/video-series/1-office-hours.md).

# Office Hours #1

{% embed url="<https://www.loom.com/share/d9d6535422184890b5518b55cb241a01?sid=8dbc0b51-7368-417f-bffc-e254ebbd0a1e>" %}
AgenticFlow Office Hour #1 – New Features, MCP Workflow, PDF Knowledge & Multi-Agent Sneak Peek
{% endembed %}

### Overview of Agentic Flow Features and Onboarding

**1. Introduction and Purpose** [0:38](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=38)

![generated-image-at-00:00:38](https://loom.com/i/3158161801e94fe3b4b0dc768b88ef08?workflows_screenshot=true)

* Welcome and introduction by Sean from PixelML.
* Purpose of the session: to share new features and onboarding processes for Agentic Flow.

**2. Agenda Overview** [1:12](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=72)

![generated-image-at-00:01:12](https://loom.com/i/794730b9e75b4d1e829e5f5715373832?workflows_screenshot=true)

* Three main topics to cover:
  * New feature updates.
  * LinkedIn Enrichment Agent walkthrough.
  * Introduction to the Monday Agent System.

**3. New Feature Updates** [2:16](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=136)

![generated-image-at-00:02:16](https://loom.com/i/a3db165aa4414fd09aa9d8dfebf85730?workflows_screenshot=true)

* Community-first approach to feature development.
* Announcement of completed MCP node in Workflow.
* Explanation of how to connect and use MCP in Agentic Flow.

**4. LinkedIn Enrichment Agent** [1:54](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=114)

![generated-image-at-00:01:54](https://loom.com/i/ab0c6683ac1548fc8d46c0d67cf74dc0?workflows_screenshot=true)

* Overview of the LinkedIn Enrichment Agent built from customer requests.
* Demonstration of how to operate within the Agentic Flow system.

**5. Monday Agent System** [2:09](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=129)

![generated-image-at-00:02:09](https://loom.com/i/230372aa293340dbb28482a65fdf662d?workflows_screenshot=true)

* Introduction to the new Monday Agent System being released.

**6. Using MCP in Workflow** [2:28](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=148)

![generated-image-at-00:02:28](https://loom.com/i/153e80f9a48143919a8082a95bf95c24?workflows_screenshot=true)

* Steps to connect MCP server and use it in workflows:
  * Search for relevant documents.
  * Install and configure MCP.

**7. Creating a New Agent** [5:12](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=312)

![generated-image-at-00:05:12](https://loom.com/i/5a1b9dd8c23247abac9af319f597e5a7?workflows_screenshot=true)

* Instructions on creating a new agent from scratch.
* Demonstration of adding skills and knowledge to the agent.

**8. Building a Workflow** [9:08](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=548)

![generated-image-at-00:09:08](https://loom.com/i/d81fe875efa14962910ba7b256f282ba?workflows_screenshot=true)

* Explanation of the Workflow UI and how to create a new workflow.
* Example of generating text and images using different providers.

**9. Testing and Running Workflows** [11:07](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=667)

![generated-image-at-00:11:07](https://loom.com/i/54e660a658cb489682db614850c9b201?workflows_screenshot=true)

* Instructions on how to run and test workflows.
* Explanation of how to connect actions and manage outputs.

**10. PDF Upload Support** [24:14](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=1454)

![generated-image-at-00:24:14](https://loom.com/i/cdd62e592c6f43f08726cd2febb9b14a?workflows_screenshot=true)

* Announcement of new feature supporting PDF uploads.
* Instructions on how to upload and train agents with PDF documents.

**11. Conclusion and Q\&A** [51:26](https://loom.com/share/d9d6535422184890b5518b55cb241a01?t=3086)

![generated-image-at-00:51:26](https://loom.com/i/6b64f4d3bad34dd5ac4050943d84a8f1?workflows_screenshot=true)

* Recap of the session and open floor for questions.
* Encouragement to explore the new features and provide feedback.

#### Link to Loom

<https://loom.com/share/d9d6535422184890b5518b55cb241a01>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.agenticflow.ai/learn/video-series/1-office-hours.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
