mirror of https://github.com/tiangolo/fastapi.git
17 lines
701 B
Markdown
17 lines
701 B
Markdown
## Additional Features
|
|
|
|
The main [Tutorial - User Guide](../tutorial/){.internal-link target=_blank} should be enough to give you a tour through all the main features of **FastAPI**.
|
|
|
|
In the next sections you will see other options, configurations, and additional features.
|
|
|
|
!!! tip
|
|
The next sections are **not necessarily "advanced"**.
|
|
|
|
And it's possible that for your use case, the solution is in one of them.
|
|
|
|
## Read the Tutorial first
|
|
|
|
You could still use most of the features in **FastAPI** with the knowledge from the main [Tutorial - User Guide](../tutorial/){.internal-link target=_blank}.
|
|
|
|
And the next sections assume you already read it, and assume that you know those main ideas.
|