# Complete Your First AI Q&A with Sample Data

Create a knowledge base from an English sample paper, ask a question, and verify the answer against its source.

## Before you begin

- Sign in to [CloudSigma](https://genai.mnl2.cloudsigma.com/) and open the workspace you will use for this tutorial.
- Confirm that you can create import tasks and knowledge bases, that a chat model is available, and that the account has enough Credit for processing and Q&A.
- Download the paper [*Scikit-learn: Machine Learning in Python*](https://jmlr.org/papers/volume12/pedregosa11a/pedregosa11a.pdf) and save it as `scikit-learn-machine-learning-in-python.pdf`.

The paper was published in 2011. The expected answer below refers to the figures reported in that paper.

```{include} ../get-started/quickstart.md
:start-after: "<!-- quickstart-steps -->"
:end-before: "## Next step"
```

## Next tutorial

Continue with [Create Your First Knowledge Base from a PDF](https://omnifabric.cloudsigma.com/docs/tutorials/pdf-knowledge-base.html.md), or return to the [tutorial overview](https://omnifabric.cloudsigma.com/docs/tutorials/overview.html.md) to choose another scenario.
