docs/1.15/get-started/05-explore-features-f001.mdx
import { Row, LinkBox } from 'components/Markdown/LinkBox' import RowLink from 'components/blocks/WhiteBox/RowLink'
export const meta = { title: 'Explore Features', description: 'Congratulations for finishing the quickstart tutorial and building your first GraphQL server with Prisma! Here is where you can go next.', position: 5, wide: true }
<Row> <LinkBox title="Understand Prisma" description="Learn Prisma’s most important concepts and how everything fits together."> <RowLink text="Prisma Intro: What, Why & How" href="/understand-prisma/prisma-introduction-what-why-how-j9ff/" /> <RowLink text="Basics: Server, Services & Data Model" href="/understand-prisma/prisma-basics-server-services-data-model-avrp" /> <RowLink text="GraphQL Server Development Introduction" href="/understand-prisma/introduction-to-graphql-server-development-aa02" /> <RowLink text="Building GraphQL Servers with Prisma" href="/understand-prisma/building-graphql-servers-with-prisma-dvw4" /> </LinkBox><LinkBox title="Develop Prisma Service" description="Prisma services map your database to GraphQL. Learn how to build them."> <RowLink text="prisma.yml" href="/develop-prisma-service/service-configuration/prisma-yml-5cy7" /> <RowLink text="Data Model" href="/develop-prisma-service/service-configuration/data-model-knul" /> <RowLink text="Using the Prisma CLI" href="/develop-prisma-service/prisma-cli/prisma-cli-alx4" /> <RowLink text="CLI Command Reference" href="/develop-prisma-service/prisma-cli/command-reference-xcv9" /> </LinkBox> </Row>
<Row> <LinkBox title="Use Prisma API" description="Learn everything you need to know for consuming your services’ Prisma APIs."> <RowLink text="Using the Prisma API" href="/use-prisma-api/api-reference/using-the-prisma-api-nms2" /> <RowLink text="Authentication" href="/use-prisma-api/api-reference/authentication-ghd4" /> <RowLink text="API Concepts" href="/use-prisma-api/api-reference/concepts-vw4d" /> <RowLink text="Prisma Bindings" href="/use-prisma-api/prisma-bindings/overview-wer1" /> </LinkBox><LinkBox title="Operate Prisma Server" description="Learn how to run and maintain your Prisma servers so you can host services."> <RowLink text="Local Prisma Setup" href="/operate-prisma-server/local-prisma-setup-je3i" /> <RowLink text="Authentication & Security" href="/operate-prisma-server/authentication-and-security-kke4" /> <RowLink text="Demo Servers (Prisma Cloud)" href="/operate-prisma-server/demo-servers-prisma-cloud-jfr3" /> <RowLink text="Database Connector" href="/operate-prisma-server/database-connector-MYSQL-jgfs" /> </LinkBox> </Row>