> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Graph

> Build a graph in the Mezmo Web App to aggregate metrics about your log data over time, such as counts of HTTP response codes.

You can use graphs to aggregate metrics about your log data over time. In this topic, and the topics on adding plots and breakdowns, you'll learn how to create a graph of HTTP response codes, with breakdowns to show which apps are sending the response codes.

<Note>
  You can also add a graph to an existing board without having to create it from scratch.
</Note>

## Create the Graph

1. In the Mezmo Web App, click the **Boards** icon in the left-hand menu.
2. Click **New Board.**
3. Click **Add a Graph**.
4. Enter `response:(>=200 <300)` into **Graph log line counts**. This will return all lines that contain a response code greater than or equal to 200 and less than 300.
5. Click **Add Graph**.

You should see a graph showing the count for HTTP response codes over the selected time period. Next you'll add plots to show other response codes.

Next, you'll add plots showing other response codes, then add a breakdown to analyze which apps are creating the response codes.
