# Questions and Answers ## Create an answer to a question - [PATCH /v1/question_set/{question_set_id}/questions/{question_id}/answer](https://docs.solarisgroup.com/api-reference/onboarding/compliance/questions-and-answers/paths/~1v1~1question_set~1%7Bquestion_set_id%7D~1questions~1%7Bquestion_id%7D~1answer/patch.md): Creates an answer to the question specified in the request URL by its ID. Please note the following: You must call this method for in a question set. If the question has an value of , then you must upload the documents using POST Create a document for a person or POST Create a document for a business. Solaris will not review the answers to the questions in the question set until of them have been marked as ready_for_review. ## List questions in a question set - [GET /v1/question_set/{question_set_id}](https://docs.solarisgroup.com/api-reference/onboarding/compliance/questions-and-answers/paths/~1v1~1question_set~1%7Bquestion_set_id%7D/get.md): Returns an array containing all of the questions in a question set (specified in the request URL by its ID).