<!--
title: Serverless Framework - Fn Guide - Events
menuText: Events
menuOrder: 6
description: Configuring Fn Events in the Serverless Framework
layout: Doc
-->

<!-- DOCS-SITE-LINK:START automatically generated  -->

### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/fn/guide/events)

<!-- DOCS-SITE-LINK:END -->

# Fn - Events

Simply put, events are the things that trigger your functions to run.

If you are using Fn as your provider, all `events` in the service are anything in Fn that can trigger your Functions, like HTTP endpoints or message queues.

[View the Fn events section for a list of supported events](../events)
