Next slide, we're going to look at a demo. So, it'll run real quick, 2 minutes. One of the things I'd like for you to take away though is as we go through this, it's just a conversational UI. We're going to first add this to a control list. So, in the session management, we aren't just terminating sessions. We have the ability to actually access control because of the way Bedrock agent core sessions work. So, we have the ability to actually prevent it from working from the front end UI. Very similar to circuit breaker, if it's not really a problem, we actually allow you to go back to your session in the exact state you left it. So, the other piece of this is when we do go through and we see it at the terminate session, you will notice that we also add it to the control list. This is important because if you actually end up with a session ID and effectively a memory ID on the back end, you can still rehydrate a session. And so, in the model we took, you can terminate it. If for any reason you still have that data, you still can't get back on the system. So, at this point, standard conversational UI. Then what we're going to do is we're going to grab the session ID. You've got the ability to filter directly for what you need. This is going to pop us down into the correct agent and the session we're currently working on. And the first thing I'm going to do is I'm going to add this to our control list. So, this will basically give a reason. Once you click okay, at this point, that session's off the wire. And you can do this at the session level, the user level, the customer level, and the agent level. So, when I go back in at this point, that session's off the wire. Friendly message back, left up to the development team for what they want to do. But as you go back through, you find out nothing's wrong. One click, say yes. The session's now back on the wire. As we go back through, you'll be able to Just refresh the page. Notice everything from our previous session is still there. So, now we're going to go through, take the long way around in terms of being able to just click through the agent, see the drop-down list so you can see what an operator would see if they didn't have the session ID. And at this point, we're going to go and terminate that session. At this point that session is off the wire. So, you'll notice that it's added to the control list. Also, full audibility. Also, full audibility. There's logging behind all of this, so every action the control panel takes, we have the ability to bring back in. So, if for any reason you need this for legal purposes, everything is tracked in what's currently going on. From here, you go back into the UI, and at this point that session is now permanently off the wire. So, with that, thank you for your time. I think that's where we're going to end.