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

# Introduction

> Tools and libraries to integrate with Phrase APIs

Phrase provides a collection of developer tools to help you integrate with our APIs efficiently. These tools simplify common tasks like pushing and pulling translation files, and provide access to our APIs in your preferred programming language.

## Available tools

<CardGroup cols={2}>
  <Card title="Phrase Strings CLI" icon="terminal" href="/en/developer-tools/strings-cli">
    A command-line tool for macOS, Linux, and Windows that provides direct access to the Phrase Strings API. Push and pull translation files, manage keys, and automate your localization workflow.
  </Card>

  <Card title="Phrase Strings API Clients" icon="code" href="/en/developer-tools/strings-api-clients">
    Official API client libraries for Ruby, Python, PHP, TypeScript, Java, and Go. Integrate Phrase Strings directly into your applications.
  </Card>

  <Card title="Phrase Strings GitHub Action" icon="github" href="/en/developer-tools/strings-github-action">
    A GitHub Action that installs the Phrase CLI in your workflow, enabling automated push and pull of translation files in your CI/CD pipeline.
  </Card>
</CardGroup>
