> ## Documentation Index
> Fetch the complete documentation index at: https://forest-feature-prd-742-mcp-workflow-tools-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Zendesk

For this example we will use the Zendesk API described [here](https://developer.zendesk.com/rest_api/docs/support/introduction).&#x20;

We are going to use [Smart Collections](/legacy/ruby-agent/reference-guide/smart-collections/overview), [Smart Relationships](/legacy/ruby-agent/reference-guide/models/relationships/create-a-smart-relationship/overview), and [Smart Fields](/legacy/ruby-agent/reference-guide/smart-fields/overview) to implement such integration.

<img src="https://mintcdn.com/forest-feature-prd-742-mcp-workflow-tools-docs/KrAxVL86caoqDTFO/images/legacy/javascript-agents/image%20(481).png?fit=max&auto=format&n=KrAxVL86caoqDTFO&q=85&s=5cf37cdecd32fe03360bbaba31539ee5" alt="" width="1641" height="895" data-path="images/legacy/javascript-agents/image (481).png" />

<Check>
  The full implementation of this integration is available [here](https://github.com/existenz31/forest-zendesk) on GitHub.
</Check>

### Live Demo

### Build your basic Admin Panel with Forest

Let's start with a basic admin panel on top of a SQL database that has a table `Users` that holds an email address field.

<img src="https://mintcdn.com/forest-feature-prd-742-mcp-workflow-tools-docs/WpKi4nbY3WAmH1XS/images/legacy/javascript-agents/image%20(546).png?fit=max&auto=format&n=WpKi4nbY3WAmH1XS&q=85&s=b22c1902cd6994a5e06c06c386a049d8" alt="" width="226" height="322" data-path="images/legacy/javascript-agents/image (546).png" />

Now, let's build the Admin Panel as usual with Forest. You will get something like this:

{/* markdown-link-check-enable */}
