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

# Monday

Monday is a cloud-based work operating system where teams create
workflow apps in minutes to run their processes, projects, and
everyday work.

<Accordion title="Delete item">
  Action to delete an item in monday.com. returns raw json.
</Accordion>

<Accordion title="Delete group">
  Action to delete a group from a monday.com board. returns raw json response unmodified.
</Accordion>

<Accordion title="Update board">
  Action to update a board's attribute on monday.com via graphql. returns the entire raw json response as-is.
</Accordion>

<Accordion title="Add users to board">
  Action to add users to a board in monday.com.
</Accordion>

<Accordion title="Duplicate item">
  Action to duplicate an item in monday.com using graphql. returns the raw json response.
</Accordion>

<Accordion title="Archive board">
  Action to archive a board in monday.com using graphql. returns the entire json response unmodified.
</Accordion>

<Accordion title="Get group details">
  Action to retrieve details about a specific group in a monday.com board. returns the entire json response unmodified.
</Accordion>

<Accordion title="Archive item">
  Action to archive an item on monday.com. returns raw json.
</Accordion>

<Accordion title="List boards">
  Action to list boards from monday.com using graphql.
</Accordion>

<Accordion title="Change simple column value">
  Action to change a single column value using a simple string in monday.com.
</Accordion>

<Accordion title="List board items">
  Action to retrieve all items from a specific monday.com board. returns the full json payload, unmodified.
</Accordion>

<Accordion title="Create column">
  Action to create a new column on a monday.com board. returns the raw json response.
</Accordion>

<Accordion title="List columns">
  Action to retrieve columns from a specific board in monday.com. returns the raw json response.
</Accordion>

<Accordion title="Create board">
  Action to create a board in monday.com via graphql.
</Accordion>

<Accordion title="List items">
  Action to query items by ids in monday.com via graphql. returns the raw json response.
</Accordion>

<Accordion title="Create group">
  Action to create a new group on a monday.com board. returns the entire json response unmodified.
</Accordion>

<Accordion title="List users">
  Action to retrieve users from monday.com via the 'users' query. returns the raw json response (including data and errors).
</Accordion>

<Accordion title="Move item to board">
  Action to move an item to another board in monday.com. returns the raw json response.
</Accordion>

<Accordion title="Create item">
  Action to create a new item on a monday.com board via graphql. returns the entire raw json response.
</Accordion>

<Accordion title="Delete column">
  Action to delete a column in monday.com. returns the raw json response.
</Accordion>

<Accordion title="Move item to group">
  Action to move an item to another group in the same board. returns the raw json response.
</Accordion>
