# MotaWord Documentation > Documentation for MotaWord ## Guides - [Introduction to Active](https://docs.motaword.com/docs/introduction-to-active.md) - [All websites](https://docs.motaword.com/docs/all-websites.md) - [JavaScript](https://docs.motaword.com/docs/javascript.md) - [HTTP Request](https://docs.motaword.com/docs/http-request.md) - [Application Middleware](https://docs.motaword.com/docs/application-middleware.md) - [Laravel (PHP)](https://docs.motaword.com/docs/laravel-php.md) - [Shopify](https://docs.motaword.com/docs/shopify.md) - [Squarespace](https://docs.motaword.com/docs/squarespace.md): Integrate MotaWord with Squarespace by generating the necessary code from the MotaWord Dashboard and adding it to the `Code Injection` section - [Wordpress](https://docs.motaword.com/docs/wordpress.md) - [Automatic Integration](https://docs.motaword.com/docs/automatic.md): This is a straightforward method where you install and configure the plugin from the WordPress dashboard. - [Manual Integration](https://docs.motaword.com/docs/manual.md): This method involves generating the integration code from your MotaWord dashboard and adding it to your WordPress theme’s `header.php` file. - [Hubspot](https://docs.motaword.com/docs/hubspot.md) - [Weebly](https://docs.motaword.com/docs/weebly.md): To integrate MotaWord with a Weebly site using custom code, follow these steps. Weebly provides a way to add custom code to your site through its settings. - [Wix](https://docs.motaword.com/docs/wix.md): To integrate MotaWord with a Wix site using custom code, follow these steps. Since Wix has its own way of handling custom code injections, we will use the built-in tools provided by Wix for this purpose. - [Next.js](https://docs.motaword.com/docs/nextjs.md) - [Customizing your widget](https://docs.motaword.com/docs/customizing-your-widget.md) - [Editing/polishing translations](https://docs.motaword.com/docs/editingpolishing-translations.md) - [On-Page Editor for localized websites](https://docs.motaword.com/docs/on-page-editor.md) - [Localizing images and videos](https://docs.motaword.com/docs/localizing-images.md) - [Content updates](https://docs.motaword.com/docs/content-updates.md) - [Multilingual SEO](https://docs.motaword.com/docs/multilingual-seo.md) - [Languages and locales](https://docs.motaword.com/docs/languages-and-locales.md) - [Analytics](https://docs.motaword.com/docs/analytics-1.md) - [Search experience](https://docs.motaword.com/docs/search-experience.md) - [Real-time chat translation](https://docs.motaword.com/docs/real-time-chat-translation.md) - [Billing](https://docs.motaword.com/docs/billing.md) - [Google Chrome Extension](https://docs.motaword.com/docs/google-chrome.md) - [Google Chrome integration](https://docs.motaword.com/docs/working-in-your-browser-with-motaword.md) - [Excosoft Documentation](https://docs.motaword.com/docs/excosoft-documentation.md) - [Clio - Legal Integration](https://docs.motaword.com/docs/clio.md) - [Usage](https://docs.motaword.com/docs/usage-1.md) - [Docketwise Integration](https://docs.motaword.com/docs/docketwise-legal-integration.md) - [MotaWord MCP (Model Context Protocol)](https://docs.motaword.com/docs/motaword-mcp-model-context-protocol.md) - [Connecting MotaWord MCP to ChatGPT (via Connectors)](https://docs.motaword.com/docs/connecting-motaword-mcp-to-chatgpt-via-connectors.md) - [Connecting MotaWord MCP to Claude AI](https://docs.motaword.com/docs/connecting-motaword-mcp-to-claude.md) ## API Reference - [Retrieve an access token](https://docs.motaword.com/reference/getoauthaccesstoken.md): MotaWord API is using OAuth2 procedures when authenticating or authorizing your API call. - [Convert a language code to MotaWord supported code](https://docs.motaword.com/reference/convertlanguagecode.md): Convert a language code to MotaWord supported code - [Get the list of subscription plans](https://docs.motaword.com/reference/getplans.md): Get the list of subscription plans - [Returns all vendor tags for vendors filter](https://docs.motaword.com/reference/getallvendortags.md): Returns all vendor tags for vendors filter - [Get Vendor Groups](https://docs.motaword.com/reference/getallvendorgroups.md): Retrieve a list of vendor groups. - [Filter vendors based on provided parameters](https://docs.motaword.com/reference/getfilteredvendors.md): Get a list of vendors available for the criteria given - [Filter vendors based on provided parameters and downlaod it](https://docs.motaword.com/reference/downloadfilteredvendors.md): Download a list of vendors available for the criteria given - [Add object permission to the user, defined and authorized by token](https://docs.motaword.com/reference/setuserpermission.md): Add object permission to the user, defined and authorized by token - [Returns available options for selected timeframe.](https://docs.motaword.com/reference/getfiltercontents.md) - [Generate a QA report for given filter](https://docs.motaword.com/reference/generateqareport.md): Generate a QA report for given filter - [Get a list of subjects of projects](https://docs.motaword.com/reference/getalldocumentsubjects.md): Get a list of subjects of projects - [Get available permissions](https://docs.motaword.com/reference/getavailableprojectpermissions.md): Retrieve a list of available permissions for projects. This can be used to show a list of permissions to give to a user. These are not actual permissions given to the user, but a default list of available permissions. - [Get a project's permissions](https://docs.motaword.com/reference/getprojectsharepermissions.md): Retrieves a list of permissions associated with a specific project. - [Add permissions to a project](https://docs.motaword.com/reference/addprojectsharepermissions.md): Allows adding new permissions to a specific project. - [Update a project's permission](https://docs.motaword.com/reference/updateprojectsharepermissions.md): Updates an existing permission for a specific project. - [Check and authorize user](https://docs.motaword.com/reference/checkandauthorizeuser.md): Checks a user's permissions based on a given project ID and token, then authorizes the user if applicable. The user ID is provided in the request body. - [Send a quote email](https://docs.motaword.com/reference/sendquoteemail.md): Send a quote email - [Instantly translate your content](https://docs.motaword.com/reference/translateproject.md): Instantly translate your content with your existing TM and MT resources for regular translation projects. - [Instantly translate your document](https://docs.motaword.com/reference/translatedocument.md): Instantly translate your document with your existing TM and MT resources for regular translation projects. - [View all projects by filter](https://docs.motaword.com/reference/getallprojects.md): View all translation projects according to the filter if you have the VIEW_PLATFORM_PROJECTS permission (configured by your account administrator). - [Download Quote (PDF)](https://docs.motaword.com/reference/downloadpdfquote.md): Download your quote as PDF. - [Delete multiple documents](https://docs.motaword.com/reference/deletemultipleprojectdocuments.md): Delete multiple documents in the project. Returns detailed information about successful and failed deletions. - [View style guides](https://docs.motaword.com/reference/getprojectstyleguides.md): View a list of style guides in your project. - [Upload a new style guide](https://docs.motaword.com/reference/createprojectstyleguide.md): Upload a new style guide - [View a style guide](https://docs.motaword.com/reference/getprojectstyleguide.md): View the details of a style guide uploaded to a project - [Update a style guide](https://docs.motaword.com/reference/updateprojectstyleguide.md): Update the existing style guide in the project. Public users are allowed to have only 1 style guide per project and file name and contents will replaced with the new style guide that you are uploading via this endpoint. - [Delete a style guide](https://docs.motaword.com/reference/deleteprojectstyleguide.md): Delete the existing style guide from the project. - [Download a style guide](https://docs.motaword.com/reference/downloadprojectstyleguide.md): Download a previously uploaded style guide file. - [View glossaries](https://docs.motaword.com/reference/getprojectglossaries.md): View a list of glossaries previously uploaded to the project. - [Upload a glossary file](https://docs.motaword.com/reference/createprojectglossary.md): Upload a new glossary file to your project to be used during translation. Glossaries can be CSV or TBX files. - [View a glossary](https://docs.motaword.com/reference/getprojectglossary.md): View the details of a glossary file uploaded to a project. - [Update a glossary](https://docs.motaword.com/reference/updateprojectglossary.md): Update the existing glossary file in the project. Public users are allowed to have only 1 glossary per project and file name and contents will replaced with the new glossary file that you are uploading via this endpoint. - [Delete a glossary](https://docs.motaword.com/reference/deleteprojectglossary.md): Delete the existing glossary from the project. - [Download a glossary](https://docs.motaword.com/reference/downloadprojectglossary.md): Download a previously uploaded glossary file. - [View glossary entries](https://docs.motaword.com/reference/getglossaryentries.md): View the details of a glossary entries uploaded to a project. - [Update glossary entries](https://docs.motaword.com/reference/updateglossaryentries.md): Update the existing glossary entries in the project. Public users are allowed to have only 1 glossary per project and file name and contents will replaced with the new glossary entries that you are uploading via this endpoint. - [Delete glossary entry](https://docs.motaword.com/reference/deleteglossaryentry.md): Delete the existing glossary entry from the project. - [Import glossary files](https://docs.motaword.com/reference/importglossary.md): Import one or multiple glossary files to the specified glossary. - [Insert a new activity for the project](https://docs.motaword.com/reference/addactivity.md): Insert a new activity for the project - [Add a new document to your continuous project](https://docs.motaword.com/reference/adddocument.md): Add a new document to your continuous project. If the name already exists, it will update the existing document. In most scenarios, this operation will also trigger auto-translation of your document, via MT and/or TM. - [Update the document](https://docs.motaword.com/reference/updatedocument.md): Update source document in your continuous project. In most scenarios, this operation will also trigger auto-translation of your document, via MT and/or TM. - [Invoices of a continuous project](https://docs.motaword.com/reference/getcontinuousprojectinvoices.md): Get real-time access to a continuous project's invoices. - [Create subscription for continuous project](https://docs.motaword.com/reference/createsubscription.md): Create subscription for continuous project - [Update subscription for continuous project](https://docs.motaword.com/reference/updatesubscription.md): Update subscription for continuous project - [Delete subscription for continuous project](https://docs.motaword.com/reference/deletesubscription.md): Delete subscription for continuous project - [Get subscription for continuous project](https://docs.motaword.com/reference/getsubscription.md): Get subscription for continuous project - [Update subscription payment method for continuous project](https://docs.motaword.com/reference/updatesubscriptionpaymentmethod.md): Update subscription payment method for continuous project - [Get a list of corporate accounts](https://docs.motaword.com/reference/getcorporateslist.md): Get a list of corporate accounts - [Generate a new access token for MotaWord's integrations service](https://docs.motaword.com/reference/getintegrationstoken.md): Generate a new access token for MotaWord's integrations service - [Get slug document from docs.motaword for MotaWord's integrations service](https://docs.motaword.com/reference/getintegrationdocument.md): Get documentation - [Get survey questions in given scope and type](https://docs.motaword.com/reference/getquestions.md): Get survey questions in given scope and type - [Post survey answers for scope and type](https://docs.motaword.com/reference/submitanswers.md): Post survey answers for scope and type