--- title: Google Books node documentation description: Learn how to use the Google Books node in n8n. Follow technical documentation to integrate Google Books node into your workflows. contentType: [integration, reference] --- # Google Books node Use the Google Books node to automate work in Google Books, and integrate Google Books with other applications. n8n has built-in support for a wide range of Google Books features, including retrieving a specific bookshelf resource for the specified user, adding volume to a bookshelf, and getting volume. On this page, you'll find a list of operations the Google Books node supports and links to more resources. ```{note} Credentials Refer to [Google credentials](/08-0-0-Workflow/integrations/builtin/credentials/google/index.md) for guidance on setting up authentication. ``` ## Operations * Bookshelf * Retrieve a specific bookshelf resource for the specified user * Get all public bookshelf resource for the specified user * Bookshelf Volume * Add a volume to a bookshelf * Clears all volumes from a bookshelf * Get all volumes in a specific bookshelf for the specified user * Moves a volume within a bookshelf * Removes a volume from a bookshelf * Volume * Get a volume resource based on ID * Get all volumes filtered by query ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```