# Docs ## Docs - [API Key](https://docs.morph-data.io/docs/en/advanced/api_key.md) - [Built-in PostgreSQL](https://docs.morph-data.io/docs/en/advanced/builtin-postgres.md) - [Airtable](https://docs.morph-data.io/docs/en/advanced/connectors/airtable.md) - [Athena](https://docs.morph-data.io/docs/en/advanced/connectors/athena.md) - [Attio](https://docs.morph-data.io/docs/en/advanced/connectors/attio.md) - [BigQuery](https://docs.morph-data.io/docs/en/advanced/connectors/bigquery.md) - [Freee](https://docs.morph-data.io/docs/en/advanced/connectors/freee.md) - [HubSpot](https://docs.morph-data.io/docs/en/advanced/connectors/hubspot.md) - [Intercom](https://docs.morph-data.io/docs/en/advanced/connectors/intercom.md) - [Linear](https://docs.morph-data.io/docs/en/advanced/connectors/linear.md) - [Mailchimp](https://docs.morph-data.io/docs/en/advanced/connectors/mailchimp.md) - [SQLServer](https://docs.morph-data.io/docs/en/advanced/connectors/mssql.md) - [MySQL](https://docs.morph-data.io/docs/en/advanced/connectors/mysql.md) - [Notion](https://docs.morph-data.io/docs/en/advanced/connectors/notion.md) - [PostgreSQL](https://docs.morph-data.io/docs/en/advanced/connectors/postgresql.md) - [Redshift](https://docs.morph-data.io/docs/en/advanced/connectors/redshift.md) - [Salesforce](https://docs.morph-data.io/docs/en/advanced/connectors/salesforce.md) - [Snowflake](https://docs.morph-data.io/docs/en/advanced/connectors/snowflake.md) - [Stripe](https://docs.morph-data.io/docs/en/advanced/connectors/stripe.md) - [Self-Hosting LLM with Ollama](https://docs.morph-data.io/docs/en/advanced/llm.md) - [Version Migration Guide](https://docs.morph-data.io/docs/en/advanced/migration-guide.md) - [Customizing the Runtime Environment](https://docs.morph-data.io/docs/en/deploy/customize-dockerfile.md) - [Environment Variables](https://docs.morph-data.io/docs/en/deploy/environment-variables.md) - [Enable Public Access](https://docs.morph-data.io/docs/en/deploy/public.md) - [Alias](https://docs.morph-data.io/docs/en/develop/guides/alias.md) - [Building the Backend](https://docs.morph-data.io/docs/en/develop/guides/building-backend.md) - [Building Frontend](https://docs.morph-data.io/docs/en/develop/guides/building-frontend.md) - [Environment Variables](https://docs.morph-data.io/docs/en/develop/guides/environment-variables.md) - [Framework Overview](https://docs.morph-data.io/docs/en/develop/guides/framework.md) - [Data Connector](https://docs.morph-data.io/docs/en/develop/guides/integration.md) - [Updating the Project](https://docs.morph-data.io/docs/en/develop/guides/updating-project.md) - [Role-based Access Control](https://docs.morph-data.io/docs/en/develop/guides/user-role.md) - [Variables](https://docs.morph-data.io/docs/en/develop/guides/variables.md) - [AI Chat generates and executes code](https://docs.morph-data.io/docs/en/develop/tutorials/chat_sidebyside.md) - [Create a chat app](https://docs.morph-data.io/docs/en/develop/tutorials/chatbot.md) - [Build a sophisticated dashboard using Plotly](https://docs.morph-data.io/docs/en/develop/tutorials/plotly.md) - [Build a BI app using Pygwalker](https://docs.morph-data.io/docs/en/develop/tutorials/pygwalker.md) - [Installation](https://docs.morph-data.io/docs/en/getting-started/installation.md): Python 3.9 or higher and Node.js 18 or higher are required to use Morph. - [Introduction](https://docs.morph-data.io/docs/en/getting-started/why-morph.md): Convert AI workflows and agents developed in Python into web applications - [Building AI App](https://docs.morph-data.io/docs/en/quickstart/building-app.md): Complete your first AI app in 3 minutes. - [Deploy](https://docs.morph-data.io/docs/en/quickstart/deploy.md) - [clean](https://docs.morph-data.io/reference/en/cli-commands/clean.md) - [compile](https://docs.morph-data.io/reference/en/cli-commands/compile.md) - [config](https://docs.morph-data.io/reference/en/cli-commands/config.md) - [context](https://docs.morph-data.io/reference/en/cli-commands/context.md) - [deploy](https://docs.morph-data.io/reference/en/cli-commands/deploy.md) - [init](https://docs.morph-data.io/reference/en/cli-commands/init.md) - [new](https://docs.morph-data.io/reference/en/cli-commands/new.md) - [run](https://docs.morph-data.io/reference/en/cli-commands/run.md) - [serve](https://docs.morph-data.io/reference/en/cli-commands/serve.md) - [--version](https://docs.morph-data.io/reference/en/cli-commands/version.md) - [morph_project.yml](https://docs.morph-data.io/reference/en/framework/morph-project.md) - [text_to_html](https://docs.morph-data.io/reference/en/morph_lib/ai/text_to_html.md) - [text_to_markdown](https://docs.morph-data.io/reference/en/morph_lib/ai/text_to_markdown.md) - [text_to_matplotlib](https://docs.morph-data.io/reference/en/morph_lib/ai/text_to_matplotlib.md) - [text_to_plotly](https://docs.morph-data.io/reference/en/morph_lib/ai/text_to_plotly.md) - [text_to_sql](https://docs.morph-data.io/reference/en/morph_lib/ai/text_to_sql.md) - [get_auth_token](https://docs.morph-data.io/reference/en/morph_lib/api/get_auth_token.md) - [delete_records](https://docs.morph-data.io/reference/en/morph_lib/database/delete_records.md) - [execute_sql](https://docs.morph-data.io/reference/en/morph_lib/database/execute_sql.md) - [insert_or_update_records](https://docs.morph-data.io/reference/en/morph_lib/database/insert_or_update_records.md) - [insert_records](https://docs.morph-data.io/reference/en/morph_lib/database/insert_records.md) - [update_records](https://docs.morph-data.io/reference/en/morph_lib/database/update_records.md) - [create_chunk](https://docs.morph-data.io/reference/en/morph_lib/stream/create_chunk.md) - [stream_chat](https://docs.morph-data.io/reference/en/morph_lib/stream/stream_chat.md) - [@morph.func](https://docs.morph-data.io/reference/en/python/morph-func.md) - [MorphGlobalContext](https://docs.morph-data.io/reference/en/python/morph-global-context.md) - [@morph.load_data](https://docs.morph-data.io/reference/en/python/morph-load_data.md) - [@morph.variables](https://docs.morph-data.io/reference/en/python/morph-variables.md) - [config](https://docs.morph-data.io/reference/en/sql/config.md) - [load_data](https://docs.morph-data.io/reference/en/sql/load_data.md) - [Deploy](https://docs.morph-data.io/troubleshooting/en/cli/deployment-issues.md) - [Contact Support](https://docs.morph-data.io/troubleshooting/en/support/contact-support.md) ## Optional - [Changelog](https://www.morph-data.io/changelog) - [Connectors](https://www.morph-data.io/tools/connectors/database) - [Code Snippets](https://www.morph-data.io/tools/snippets/undefined) - [Components](https://morph-components.vercel.app/docs/introduction)