monday.com offers a variety of <a href="https://monday.com/pricing" target="_blank">plans</a> for users to choose from based on their needs.

As a developer working with monday.com, it is important to familiarize yourself with the `plan` API so you know how to access plan data. This document will walk you through the available queries to read the `plan` object via the API.

# Plan queries

**Required scope: `account:read`**

Querying `plan` will return metadata about a specific plan. This method does not accept any arguments and returns an array.

You can only query `plan` by nesting it within an <a href="https://developer.monday.com/api-reference/docs/account#queries" target="_blank">`account` </a> query, so it can't be used at the root.



## Fields

You can use the following <a href="https://graphql.org/learn/queries/#fields" target="_blank">field(s)</a> to specify what information your `plan` query will return.

FieldsDescription
max_users `Int!`The maximum number of users allowed on the plan.
period `String`The plan's time period.
tier `String`The plan's tier.
version `Int!`The plan's version.

Join our developer community!

We've created a <a href="https://community.monday.com/c/developers/8" target="_blank"> community</a> specifically for our devs where you can search through previous topics to find solutions, ask new questions, hear about new features and updates, and learn tips and tricks from other devs. Come join in on the fun! 😎