No history yet

Introduction to Fin Procedures

Beyond Simple Answers

Basic AI chatbots are great for answering simple, one-off questions. A customer asks, “What are your business hours?” and the bot gives a direct answer. But what happens when the questions get more complex? Real customer issues often involve multiple steps, specific business rules, and information from different systems.

Imagine a customer asking, “I want to return my order, but I also want to know if I can get store credit instead of a refund.” This isn't a single question. It's a workflow. The AI needs to check the order date, understand the return policy, and know the options available to that specific customer. This is where Fin Procedures come in.

Procedure

noun

A series of automated steps that an AI agent follows to resolve a complex, multi-step customer issue. It acts like a playbook for the AI.

How Procedures Work

Fin Procedures turn your AI agent from a simple Q&A bot into a problem-solver that can execute tasks. They guide the AI through a structured process, ensuring that every customer interaction is handled consistently and accurately, no matter how complex.

Think of it this way: instead of just giving the AI a library of answers, you're giving it a set of instructions for how to find the right answer or solve the problem.

This enables a few key capabilities:

  • Handling Multi-Step Queries: Procedures can break down a big request into smaller, manageable steps. The AI can ask clarifying questions, gather all the necessary information, and then take action.

  • Enforcing Business Rules: You can build your company's specific rules directly into a procedure. For example, if a refund is only possible within 30 days, the procedure will check the purchase date before proceeding. This ensures policies are followed every time.

  • Integrating with External Systems: Many answers live outside your help center. Procedures allow Fin to connect to your other business tools (like your order database or CRM) to fetch information or trigger actions, like updating a customer's record.

As you can see, the procedure provides a clear path for the AI to follow. It asks the right questions in the right order and reaches a reliable conclusion based on your business logic.

Building Reliable Automation

By using Fin Procedures, you move from simply deflecting questions to truly automating resolutions. The AI can handle a wider range of issues from start to finish without needing to escalate to a human agent. This means customers get faster, more consistent support, and your team can focus on the most complex, high-impact conversations.

Lesson image

This structured approach makes your AI support more powerful and trustworthy. You define the exact process, so you know that tasks are being completed correctly and your business rules are always being enforced. It’s a smarter way to automate.

Quiz Questions 1/5

What is the primary purpose of a Fin Procedure?

Quiz Questions 2/5

A customer wants to update their shipping address for an order that hasn't shipped yet. This requires the AI to first verify the customer's identity, then look up the order status in an external database, and finally update the address. Which Fin Procedure capability is essential for this task?

Ultimately, Fin Procedures empower your AI to do more than just talk; they enable it to act.